diff options
Diffstat (limited to 'Tests/SubDirSpaces/Another Subdir/secondone.c')
-rw-r--r-- | Tests/SubDirSpaces/Another Subdir/secondone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SubDirSpaces/Another Subdir/secondone.c b/Tests/SubDirSpaces/Another Subdir/secondone.c index 3e9e5af..0dd9c6b 100644 --- a/Tests/SubDirSpaces/Another Subdir/secondone.c +++ b/Tests/SubDirSpaces/Another Subdir/secondone.c @@ -1,6 +1,6 @@ #include <stdio.h> -void secondone() +void secondone(void) { printf("Hello again\n"); } |