1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-23 06:35:34 +00:00

Fix indent.

This commit is contained in:
Edd Barrett 2019-03-04 21:37:10 +00:00
parent 0b4d22e636
commit 6409565c78

2
menu.c
View File

@ -316,7 +316,7 @@ int gophermap(state *st, char *mapfile, int depth)
setenv_cgi(st, mapfile);
if ((fp = popen(command, "r")) == NULL) return OK;
#else
return OK;
return OK;
#endif
}
else