fix format sizes again, sorry

This commit is contained in:
Dave Murphy
2019-01-09 03:33:54 +00:00
committed by Hector Martin
parent 705d3251f4
commit c76dae814b
18 changed files with 83 additions and 83 deletions

View File

@@ -150,7 +150,7 @@ bool update_busy(bool *update_available) {
UPDATE_THREAD_PRIO);
if (res) {
gprintf("error creating thread: %ld\n", res);
gprintf("error creating thread: %d\n", res);
LWP_CloseQueue(update_queue);
free(update_data);
return false;