mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Clang fixes.
This commit is contained in:
parent
c5afbe9fea
commit
59cb19e56a
9 changed files with 75 additions and 69 deletions
|
|
@ -450,7 +450,7 @@ int Settings::set_profile_image(int eAvatarSize, Image_Data * image)
|
|||
profile_images[eAvatarSize] = ref;
|
||||
create_background_notify_task(Settings_Background_Task_IDs::NOTIFY_AVATAR_IMAGE, NULL);
|
||||
} else {
|
||||
PRINT_DEBUG("%s %d %dx%d %"PRI_ZU".\n",
|
||||
PRINT_DEBUG("%s %d %dx%d %" PRI_ZU ".\n",
|
||||
"Settings::set_profile_image failed",
|
||||
eAvatarSize,
|
||||
image->width,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue