diff options
Diffstat (limited to 'ezlive_config.c')
| -rw-r--r-- | ezlive_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ezlive_config.c b/ezlive_config.c index 618c051..34fb6e7 100644 --- a/ezlive_config.c +++ b/ezlive_config.c @@ -43,7 +43,6 @@ bool EZLiveConfig_load(EZLiveConfig *self, const char *filename) { FILE *fp = fopen(filename, "r"); if (!fp) { - perror("fopen"); return false; } |
