summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-06-22 20:11:15 +0000
committerJames Golovich <james@gnuinter.net>2004-06-22 20:11:15 +0000
commit3f9c34f4152a9287419deb53bca8732ff056600e (patch)
treebffd10bbd58f5360e9fada3ea452b7a61dfac862 /config.c
parent024f48681055f24f2ca528f94544d715f69357e4 (diff)
Misc formatting cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3279 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'config.c')
-rwxr-xr-xconfig.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.c b/config.c
index 4e3355bcf..11c930b01 100755
--- a/config.c
+++ b/config.c
@@ -441,12 +441,11 @@ static int cfg_process(struct ast_config *tmp, struct ast_category **_tmpc, stru
char *cur;
char *arg=NULL;
struct ast_config_reg *reg=NULL;
- struct ast_config *(*load_func)(char *, struct ast_config *,struct ast_category **,struct ast_variable **,int
+ struct ast_config *(*load_func)(char *, struct ast_config *,struct ast_category **,struct ast_variable **,int
#ifdef PRESERVE_COMMENTS
,struct ast_comment_struct *
#endif
-);
-
+ );
struct ast_variable *v;
#ifdef PRESERVE_COMMENTS
struct ast_comment *com = NULL;