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 05db96e..abbbc22 100644
--- a/src/export/convert_coords.c
+++ b/src/export/convert_coords.c
@@ -5,7 +5,7 @@ int main( )
5{ 5{
6 double x, y; 6 double x, y;
7 char buf[64]; 7 char buf[64];
8 int in; 8
9 while( fgets( buf, sizeof(buf), stdin ) ) 9 while( fgets( buf, sizeof(buf), stdin ) )
10 { 10 {
11 if( sscanf( buf, "%lf %lf", &x, &y ) == 2 ) { 11 if( sscanf( buf, "%lf %lf", &x, &y ) == 2 ) {