summaryrefslogtreecommitdiff
path: root/src/export/convert_coords.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/export/convert_coords.c')
-rw-r--r--src/export/convert_coords.c2
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>
4int main(int argc, char *argv[]) 4int main( )
5{ 5{
6 double x, y; 6 double x, y;
7 char buf[64]; 7 char buf[64];