summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
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;