diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-30 21:10:34 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-30 21:12:51 -0400 |
| commit | 603c73bf5c888ba9d6351260b2ee09ab26a5c2b4 (patch) | |
| tree | ed8487d5bb5dd37bf890832f8c69c722221c5afc /src | |
| parent | d50387fdf95a5e7fc22d516c3f6b8bb593239d89 (diff) | |
| download | PROJ-603c73bf5c888ba9d6351260b2ee09ab26a5c2b4.tar.gz PROJ-603c73bf5c888ba9d6351260b2ee09ab26a5c2b4.zip | |
Fix warning about reversed declaration.
Diffstat (limited to 'src')
| -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; |
