Skip to content

Commit

Permalink
fix syntax error in Use device scale API only when available in libwpe
Browse files Browse the repository at this point in the history
fix syntax error introduce in `fdo: Use device scale API only when
available in libwpe` (git show 86ba95b)
  • Loading branch information
psaavedra authored and aperezdc committed Jul 2, 2019
1 parent 11749da commit 1364c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/cog-platform-fdo.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ registry_global (void *data,
&wl_seat_interface,
version);
#if HAVE_DEVICE_SCALING
else if (strcmp (interface, wl_output_interface.name) == 0) {
} else if (strcmp (interface, wl_output_interface.name) == 0) {
struct wl_output* output = wl_registry_bind (registry,
name,
&wl_output_interface,
Expand Down

0 comments on commit 1364c4b

Please sign in to comment.