Skip to content

Commit

Permalink
Merge pull request #3064 from MirServer/fix-strict-prototypes
Browse files Browse the repository at this point in the history
examples/wayland_client.c: Fix pedantic compile error.
  • Loading branch information
AlanGriffiths authored Oct 6, 2023
2 parents ba097f7 + 0ccf901 commit 1c20be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client/wayland_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static struct globals
struct xdg_wm_base *xdg_wm_base;
} globals;

void check_globals()
void check_globals(void)
{
bool fail = false;
if (!globals.compositor) { puts("ERROR: no wl_compositor*"); fail = true; }
Expand Down

0 comments on commit 1c20be3

Please sign in to comment.