From 0e86050db8d3e20a93fada37724d9c8d59386c55 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 26 May 2016 08:39:33 +0200 Subject: Fix combi mode 'bang' behaviour, improve levenshtein with combi --- include/helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/helper.h') diff --git a/include/helper.h b/include/helper.h index e48b6d7f..81cd330c 100644 --- a/include/helper.h +++ b/include/helper.h @@ -97,7 +97,7 @@ int find_arg ( const char * const key ); * * @returns 1 when matches, 0 otherwise */ -int token_match ( GRegex **tokens, const char *input); +int token_match ( GRegex **tokens, const char *input ); /** * @param cmd The command to execute. * -- cgit v1.2.3