]> code.delx.au - spectrwm/commitdiff
oops, killed a d on the way out
authorMarco Peereboom <marco@conformal.com>
Fri, 7 Feb 2014 14:25:59 +0000 (08:25 -0600)
committerMarco Peereboom <marco@conformal.com>
Fri, 7 Feb 2014 14:25:59 +0000 (08:25 -0600)
spectrwm.c

index 7f042125ee6218569cd0cc25226b6a3fb7a404d0..e202f9c11fb131598a827e99f636dbb87d6639c3 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);