summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
committerQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
commitb18d68eff26429ed08d560b187c46770eb7db0b2 (patch)
tree854e74f44c678b18c09ebed872fd187b5a24cd9d /include/helper.h
parent442e235c24fa33a499e51b4a2f7ff95fb4ab43ad (diff)
Adjust new editor width
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h
index 250bea9b..cdd4bc7f 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -71,7 +71,6 @@ int find_arg_uint ( const char * const key, unsigned int *val );
*/
int find_arg_int ( const char * const key, int *val );
-
/**
* @param key The key to search for
* @param val Pointer to the string to set to the key value (if found)