summaryrefslogtreecommitdiffstats
path: root/source/helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-28 23:07:48 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-28 23:07:48 +0200
commit9f25a975ae97df5cbb050825d157f221a9e88110 (patch)
tree454770c41f7b0e1c091a4fe935acc0b3875b02af /source/helper.c
parent3ac07c3535cf344ade1848b6c06d236e39a88111 (diff)
Fix windowcd command and allow custom Window string format
Diffstat (limited to 'source/helper.c')
-rw-r--r--source/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/helper.c b/source/helper.c
index 4c0f5bca..684256f8 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -197,7 +197,7 @@ GRegex **tokenize ( const char *input, int case_sensitive )
}
char *saveptr = NULL, *token;
- GRegex **retv = NULL;
+ GRegex **retv = NULL;
if ( !config.tokenize ) {
retv = g_malloc0 ( sizeof ( GRegex* ) * 2 );
retv[0] = (GRegex *) create_regex ( input, case_sensitive );