From 08ed0aa987beb64a3ed9709d8a38f738dac9a8fb Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Sat, 21 Jul 2012 10:42:58 -0500 Subject: [PATCH] Commit 2d24518d9db587d70770f9ec5f94238ae4a5c31d added an additional '}' at the end of parse_config(). removing. --- config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/config.c b/config.c index 7f5be7f4..a3f6accb 100644 --- a/config.c +++ b/config.c @@ -129,7 +129,6 @@ parse_config(const char *config_file, t_configuration_options *options) exit(ERR_BAD_CONFIG); } } -} char *