Skip to content

Commit

Permalink
ANSI it up
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 18, 2013
1 parent 2c970fd commit 56deac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

test: test.c src/commander.c
$(CC) $^ -std=c99 -o $@ -Wall -Wextra
$(CC) $^ -o $@ -Wall -Wextra

clean:
rm -f test
Expand Down
2 changes: 1 addition & 1 deletion test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "src/commander.h"

static void
verbose(command_t *self) {
verbose() {
printf("verbose: enabled\n");
}

Expand Down

0 comments on commit 56deac2

Please sign in to comment.