Fix to decide data and return type explicity

This commit is contained in:
OBATA Akio
2021-10-08 17:25:17 +09:00
parent f7327e92d6
commit 2390217a75
23 changed files with 34 additions and 21 deletions

View File

@@ -2563,6 +2563,7 @@ bilP_tt_desktop_level_to_string(AB_TOOLTALK_LEVEL tt_level)
return (string);
}
BIL_TOKEN
bilP_default_button_to_token(AB_DEFAULT_BUTTON button)
{
BIL_TOKEN token = AB_BIL_UNDEF;