summaryrefslogtreecommitdiff
path: root/src/gui/setup_keyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_keyboard.cpp')
-rw-r--r--src/gui/setup_keyboard.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/setup_keyboard.cpp b/src/gui/setup_keyboard.cpp
index 40604737a..d014ea11e 100644
--- a/src/gui/setup_keyboard.cpp
+++ b/src/gui/setup_keyboard.cpp
@@ -47,7 +47,8 @@ struct SetupActionData
int actionId;
};
-static SetupActionData const setupActionData[] = {
+static SetupActionData const setupActionData[] =
+{
{
N_("Basic Keys"),
KeyboardConfig::KEY_NO_VALUE
@@ -707,7 +708,7 @@ static SetupActionData const setupActionData[] = {
{
N_("Modifier key"),
KeyboardConfig::KEY_MOD
- },
+ }
};
const int keysSize = sizeof(setupActionData) / sizeof(SetupActionData);