Skip to content

Commit ff065c0

Browse files
committed
vmp_machine_os_name: add missing ';' for FreeBSD
1 parent 9ccc769 commit ff065c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const char * vmp_machine_os_name(void)
2828
#elif __linux__
2929
return "linux";
3030
#elif __FreeBSD__
31-
return "freebsd"
31+
return "freebsd";
3232
#else
3333
#error "Unknown compiler"
3434
#endif

0 commit comments

Comments
 (0)