diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2014-02-24 02:16:09 +0100 | 
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2014-02-24 02:16:09 +0100 | 
| commit | bfc98dbb175752ce2ff657baa9192e43f99cf5a3 (patch) | |
| tree | 09d061c0e35ba906d023bafc400dcf955f9b111b /src | |
| parent | 37c0e1eb76d2fce2122305a7b172a5bae9602758 (diff) | |
Silence -Wextra warnings
Diffstat (limited to 'src')
| -rw-r--r-- | src/export/convert_coords.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export/convert_coords.c b/src/export/convert_coords.c index 37d780a..05db96e 100644 --- a/src/export/convert_coords.c +++ b/src/export/convert_coords.c  | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include <stdio.h> | 1 | #include <stdio.h> | 
| 2 | #include <stdlib.h> | 2 | #include <stdlib.h> | 
| 3 | #include <math.h> | 3 | #include <math.h> | 
| 4 | int main(int argc, char *argv[]) | 4 | int main( ) | 
| 5 | { | 5 | { | 
| 6 | double x, y; | 6 | double x, y; | 
| 7 | char buf[64]; | 7 | char buf[64]; | 
