Yet another git user error remnant fixed

This commit is contained in:
nebulaeonline 2018-12-23 23:46:45 -05:00
parent 480061d2c9
commit 51baea184b

View File

@ -397,6 +397,8 @@ const char *get_target_os_name(Os os_type) {
return "freestanding";
case OsZen:
return "zen";
case OsUefi:
return "uefi";
case OsAnanas:
case OsCloudABI:
case OsDragonFly: