1
0
forked from GitHub/gf-core

fix the compilation without a server

This commit is contained in:
Krasimir Angelov
2023-02-24 08:49:39 +01:00
parent 6e12d7fee9
commit 56d8ecd240

View File

@@ -84,7 +84,7 @@ mainServerGFI opts0 port files =
return $ if continue then Just gfenv else Nothing
#else
mainServerGFI readNGF opts port files =
mainServerGFI opts port files =
fail "GF has not been compiled with server mode support"
#endif