mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-25 07:18:13 -05:00
fix: Typo
Summary: Test Plan:
This commit is contained in:
parent
dbd1a4c3e0
commit
d3b3951eee
|
|
@ -84,7 +84,7 @@ const char *bt_core_config_result_to_str(bt_core_config_result_t result)
|
|||
}
|
||||
}
|
||||
|
||||
void br_core_config_fatal_on_error(bt_core_config_result_t result)
|
||||
void bt_core_config_fatal_on_error(bt_core_config_result_t result)
|
||||
{
|
||||
switch (result) {
|
||||
case BT_CORE_CONFIG_RESULT_SUCCESS:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user