diff options
Diffstat (limited to 'src/export')
-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]; |