diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libdraw/x11-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdraw/x11-event.c b/src/libdraw/x11-event.c index 2ab475f2..2d8e9ea4 100644 --- a/src/libdraw/x11-event.c +++ b/src/libdraw/x11-event.c @@ -90,7 +90,7 @@ again: goto again; return Ekeyboard; default: - return 0; + goto again; } } |