summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-17 14:07:11 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-17 14:07:11 +0100
commit50477a0b99e893da8858fad0e0318b8d4e63b3a5 (patch)
tree218ff868618c6e36a387015b188ae6d10887bf2f /source/rofi.c
parentdfeb5940d4c447bb5c71104726ab416a04e6bfb4 (diff)
[Keys] Cleanup view a bit.
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index c2e4fc16..67fa5fe6 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -404,7 +404,7 @@ static void cleanup ()
* Collected modi
*/
/** List of (possibly uninitialized) modi's */
-Mode ** available_modi = NULL;
+Mode ** available_modi = NULL;
/** Length of #num_available_modi */
unsigned int num_available_modi = 0;