Skip to content

Commit 5605485

Browse files
committed
bugfix: elif -> else
1 parent d5cb24c commit 5605485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/web/src/web.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#ifdef _WIN32
1616
#include <direct.h>
1717
#define getcwd _getcwd // stupid MSFT "deprecation" warning
18-
#elif
18+
#else
1919
#include <unistd.h>
2020
#endif
2121
//#include <>

0 commit comments

Comments
 (0)