aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2015-05-30 21:10:34 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2015-05-30 21:12:51 -0400
commit603c73bf5c888ba9d6351260b2ee09ab26a5c2b4 (patch)
treeed8487d5bb5dd37bf890832f8c69c722221c5afc /src
parentd50387fdf95a5e7fc22d516c3f6b8bb593239d89 (diff)
downloadPROJ-603c73bf5c888ba9d6351260b2ee09ab26a5c2b4.tar.gz
PROJ-603c73bf5c888ba9d6351260b2ee09ab26a5c2b4.zip
Fix warning about reversed declaration.
Diffstat (limited to 'src')
-rw-r--r--src/geod.c2
1 files changed, 1 insertions, 1 deletions
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;