Explorar el Código

fix compiler warning

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50753 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz hace 13 años
padre
commit
6f2de318a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      general/g.findfile/element.c

+ 1 - 1
general/g.findfile/element.c

@@ -11,5 +11,5 @@ void list_elements()
 
 int check_element(const char *element)
 {
-    M_read_list(FALSE, NULL);
+    return M_read_list(FALSE, NULL);
 }