mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Fix clang warnings
This commit is contained in:
parent
4546ce1188
commit
bacd40d6db
2 changed files with 3 additions and 3 deletions
|
|
@ -171,7 +171,7 @@ void error_handler(int sig) {
|
|||
sway_log(L_ERROR, "Unable to allocate memory to show maps");
|
||||
break;
|
||||
}
|
||||
sway_log(L_ERROR, m);
|
||||
sway_log(L_ERROR, "%s", m);
|
||||
}
|
||||
fclose(maps);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue