JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, killed a d on the way out
[spectrwm.git] / spectrwm.c
index 7f04212..e202f9c 100644 (file)
@@ -863,7 +863,7 @@ struct key {
        RB_ENTRY(key)   entry;
        unsigned int    mod;
        KeySym          keysym;
-       enum keyfunci   funcid;
+       enum keyfuncid  funcid;
        char            *spawn_name;
 };
 RB_HEAD(key_tree, key);