From 9cfd6680b3588b55f16dca090b5106f9a56d073d Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 17 Mar 2015 08:01:09 +0900 Subject: [PATCH] Remove superfluous comment --- config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/config.c b/config.c index e61cd3e7..90b6dac3 100644 --- a/config.c +++ b/config.c @@ -243,7 +243,6 @@ parse_config(const char *config_file, t_configuration_options *options) } } - /* Close file */ fclose(fp); /* Check config settings */