From 63fb5bcf746eada578e560ecbad8656f96ac171e Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 22 Jan 2019 22:50:47 +0100 Subject: formatting --- src/export/map_coords.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/export/map_coords.c b/src/export/map_coords.c index ed5376a..4e03e6d 100644 --- a/src/export/map_coords.c +++ b/src/export/map_coords.c @@ -25,7 +25,7 @@ int main( int argc, char ** args ) if( argc != 2 ) { fprintf( stderr, "Syntax: printf %%s\\t%%s\\t%%s | %s \n", args[0] ); exit(111); } coords = map_file( args[1], 1 ); - if( !coords || !input ) { fprintf( stderr, "Error allocating resources\n" );exit( 111 ); } + if( !coords || !input ) { fprintf( stderr, "Error allocating resources\n" ); exit( 111 ); } p = (char *)coords->addr; for ( i=0, lines=0; isize; ++i ) if( p[i] == 0x00 ) -- cgit v1.2.3