We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccc769 commit ff065c0Copy full SHA for ff065c0
src/machine.c
@@ -28,7 +28,7 @@ const char * vmp_machine_os_name(void)
28
#elif __linux__
29
return "linux";
30
#elif __FreeBSD__
31
- return "freebsd"
+ return "freebsd";
32
#else
33
#error "Unknown compiler"
34
#endif
0 commit comments