From 06c08f112e6de14508955a930db721799fde5aa2 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Fri, 29 Jun 2012 22:02:36 +0200 Subject: [PATCH] fixed typo --- dunst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst.c b/dunst.c index 5c14310..fa91858 100644 --- a/dunst.c +++ b/dunst.c @@ -905,7 +905,7 @@ void parse_cmdline(int argc, char *argv[]) key_string = optarg; break; case 'K': - history_key = optarg; + history_key_string = optarg; break; case 'g': geometry.mask = XParseGeometry(optarg,