Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 11, 2011
1 parent 240aeeb commit ad2b7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watch.c
Expand Up @@ -109,7 +109,7 @@ main(int argc, const char **argv){
int interval = DEFAULT_INTERVAL;

int len = 0;
char *args[ARGS_MAX] = {};
char *args[ARGS_MAX];

for (int i = 1; i < argc; ++i) {
const char *arg = argv[i];
Expand Down

0 comments on commit ad2b7b2

Please sign in to comment.