summaryrefslogtreecommitdiffstats
path: root/source/dmenu-dialog.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-07-20 17:10:10 +0200
committerQC <qball@gmpclient.org>2014-07-20 17:10:10 +0200
commit57f28bbb3bb4b756e677cf15973fc9b74475f9f2 (patch)
tree5145f27cc97e6dae6c2cd95fd76e1a74a3f6b037 /source/dmenu-dialog.c
parent0f279b299598171efa3c330191a2fa46c675c372 (diff)
Close bug #57.
* Also accept XK_KP_Enter
Diffstat (limited to 'source/dmenu-dialog.c')
-rw-r--r--source/dmenu-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dmenu-dialog.c b/source/dmenu-dialog.c
index 15af8b27..92b7eb09 100644
--- a/source/dmenu-dialog.c
+++ b/source/dmenu-dialog.c
@@ -85,7 +85,7 @@ SwitcherMode dmenu_switcher_dialog ( char **input )
fputs ( *input, stdout );
}
- for ( unsigned int i = 0; i < length ; i++ ) {
+ for ( unsigned int i = 0; i < length; i++ ) {
free ( list[i] );
}