Переглянути джерело

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
 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;
 }
 #endif