Skip to content
Snippets Groups Projects
Commit 33acc362 authored by Danny Auble's avatar Danny Auble
Browse files

fixed typo

parent fa003992
No related branches found
No related tags found
No related merge requests found
...@@ -132,8 +132,10 @@ int main(int argc, char *argv[]) ...@@ -132,8 +132,10 @@ int main(int argc, char *argv[])
printf("%s", ret_str); printf("%s", ret_str);
xfree(ret_str); xfree(ret_str);
} }
#ifdef HAVE_BG
if (!mapset) if (!mapset)
mapset = 1; mapset = 1;
#endif
_smap_exit(0); /* Calls exit(), no return */ _smap_exit(0); /* Calls exit(), no return */
} }
if (!params.commandline) { if (!params.commandline) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment