summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c
index 83bc3f0..2db480d 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -170,7 +170,7 @@ complete(const char *in, int n)
if (strncmp(name, in, len) == 0)
return g_strdup(name);
}
-
+
return NULL;
}