diff options
Diffstat (limited to 'src/osd/sdl/sdlos_unix.c')
-rw-r--r-- | src/osd/sdl/sdlos_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/sdl/sdlos_unix.c b/src/osd/sdl/sdlos_unix.c index dd5e4bee50c..ff612f3e420 100644 --- a/src/osd/sdl/sdlos_unix.c +++ b/src/osd/sdl/sdlos_unix.c @@ -220,8 +220,8 @@ char *osd_get_clipboard_text(void) /* get property & check its type */ if ( XGetWindowProperty( display, our_win, types[i], 0, 65536, False, types[i], - &data_type, &data_format, &nitems, &bytes_remaining, &prop ) - != Success ) + &data_type, &data_format, &nitems, &bytes_remaining, &prop ) + != Success ) continue; if ( ! prop ) continue; |