A few missed bits of cleanup

This commit is contained in:
Jasmine Iwanek
2022-04-12 19:46:23 -04:00
parent cc666e6cc4
commit cc88e5eef1
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ static const device_config_t b215_config[] = {
{ .description = "" } { .description = "" }
} }
}, },
{ "", "", -1 } { .name = "", .description = "", .type = CONFIG_END }
// clang-format on // clang-format on
}; };

View File

@@ -50,4 +50,4 @@ set_target_properties(86Box
#set(XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "YES") #set(XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "YES")
#set(XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-") #set(XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "-")
#set(XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS ${CMAKE_CURRENT_SOURCE_DIR}/mac/codesign/dev/app.entitlements) #set(XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS ${CMAKE_CURRENT_SOURCE_DIR}/mac/codesign/dev/app.entitlements)