Daniele Bartolini 8 years ago
parent
commit
4fb85c7d53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/device/device_options.cpp

+ 1 - 1
src/device/device_options.cpp

@@ -41,7 +41,7 @@ static void help(const char* msg = NULL)
 	);
 
 	if (msg)
-		printf("Error: %s", msg);
+		printf("Error: %s\n", msg);
 }
 
 DeviceOptions::DeviceOptions(Allocator& a, int argc, const char** argv)