浏览代码

Added missing new line

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50819 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 年之前
父节点
当前提交
5b479caffb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster3d/r3.info/r3.info.main.c

+ 1 - 1
raster3d/r3.info/r3.info.main.c

@@ -423,7 +423,7 @@ int main(int argc, char *argv[])
             
             
             if (time_ok && (first_time_ok || second_time_ok)) {
             if (time_ok && (first_time_ok || second_time_ok)) {
 		G_format_timestamp(&ts, timebuff);
 		G_format_timestamp(&ts, timebuff);
-		fprintf(out, "timestamp=\"%s\"", timebuff);
+		fprintf(out, "timestamp=\"%s\"\n", timebuff);
 	    }
 	    }
 	    else {
 	    else {
 		fprintf(out, "timestamp=\"none\"\n");
 		fprintf(out, "timestamp=\"none\"\n");