From 603c73bf5c888ba9d6351260b2ee09ab26a5c2b4 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 30 May 2015 21:10:34 -0400 Subject: Fix warning about reversed declaration. --- src/geod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/geod.c b/src/geod.c index f597b13a..c429c513 100644 --- a/src/geod.c +++ b/src/geod.c @@ -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; -- cgit v1.2.3