OSDN Git Service

Added missing semicolon to fix compiler error.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 15 Jun 2020 02:24:40 +0000 (19:24 -0700)
committerHourier <hourier@users.sourceforge.jp>
Sat, 20 Jun 2020 05:05:07 +0000 (14:05 +0900)
src/main-x11.c

index 4a2ced4..dda4e7b 100644 (file)
@@ -2190,7 +2190,7 @@ static void IMDestroyCallback(XIM xim, XPointer client_data, XPointer call_data)
 
 static char force_lower(char a)
 {
-       return ((isupper((a))) ? tolower((a)) : (a))
+       return ((isupper((a))) ? tolower((a)) : (a));
 }
 
 /*