瀏覽代碼

Fix stray character (causes compilation failure #ifndef HAVE_OGR)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33138 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父節點
當前提交
f601592268
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/vector/Vlib/read.c

+ 1 - 1
lib/vector/Vlib/read.c

@@ -29,7 +29,7 @@ static int read_next_dummy()
 #ifndef HAVE_OGR
 #ifndef HAVE_OGR
 static int format()
 static int format()
 {
 {
-    G_fatal_error(_("Requested format is not compiled in this version") x);
+    G_fatal_error(_("Requested format is not compiled in this version"));
     return 0;
     return 0;
 }
 }
 #endif
 #endif