浏览代码

add missing \n

Leonardo Santos 8 年之前
父节点
当前提交
bedc301d0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/cli/gravity.c

+ 1 - 1
src/cli/gravity.c

@@ -186,7 +186,7 @@ int main (int argc, const char* argv[]) {
 		// load source code
 		const char *source_code = file_read(input_file, &size);
 		if (!source_code) {
-			printf("Error loading file %s", input_file);
+			printf("Error loading file %s\n", input_file);
 			goto cleanup;
 		}