diff options
| -rw-r--r-- | src/main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -305,6 +305,7 @@ void main_prog(void *closure, gint argc, gchar *argv[])  	if (map == NULL)  	{  		exit_nicely(); +		exit (1);  	}  	/* ensure the robot is placed properly */  | 
