summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-string.c b/key-string.c
index 9ee1c2d2..b2fe845f 100644
--- a/key-string.c
+++ b/key-string.c
@@ -142,7 +142,7 @@ key_string_get_modifiers(const char **string)
break;
default:
*string = NULL;
- return 0;
+ return (0);
}
*string += 2;
}