From: Marco Peereboom Date: Fri, 7 Feb 2014 14:25:59 +0000 (-0600) Subject: oops, killed a d on the way out X-Git-Url: https://jasonwoof.com/gitweb/?p=spectrwm.git;a=commitdiff_plain;h=0847b1d8e4a234d87ba41504416f60a7a1e0f3c7 oops, killed a d on the way out --- diff --git a/spectrwm.c b/spectrwm.c index 7f04212..e202f9c 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -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);