[Wayland] Fix remaining non-strict C prototypes

This commit is contained in:
lbonn
2024-02-27 13:34:22 +01:00
parent 6c1a425d87
commit d2ad9fe828
6 changed files with 6 additions and 6 deletions

View File

@@ -957,7 +957,7 @@ static void xcb_rofi_view_hide(void) {
}
}
static void xcb_rofi_view_cleanup() {
static void xcb_rofi_view_cleanup(void) {
// Clear clipboard data.
xcb_stuff_set_clipboard(NULL);
g_debug("Cleanup.");