diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c index 0001e0d..9c3173b 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -4,7 +4,7 @@ static void cleanwhitespaces(char *line); | |||
| 4 | static int parseline(char *line, char **v); | 4 | static int parseline(char *line, char **v); |
| 5 | 5 | ||
| 6 | bool | 6 | bool |
| 7 | checkfiles() | 7 | checkfiles(void) |
| 8 | { | 8 | { |
| 9 | /* TODO: add more checks (other files, use checksum...) */ | 9 | /* TODO: add more checks (other files, use checksum...) */ |
| 10 | FILE *f; | 10 | FILE *f; |
