diff options
Diffstat (limited to 'src/geod.c')
| -rw-r--r-- | src/geod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ do_geod(void) { } printLL(phil, laml); putchar('\n'); } - void static /* file processing function */ + static void /* file processing function */ process(FILE *fid) { char line[MAXLINE+3], *s; |
