summaryrefslogtreecommitdiff
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/conf.c b/conf.c
index f875d349..d4e0ee28 100644
--- a/conf.c
+++ b/conf.c
@@ -1,6 +1,6 @@
/*
DeaDBeeF - ultimate music player for GNU/Linux systems with X11
- Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>
+ Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -89,10 +89,6 @@ conf_load (void) {
while (*p && *p <= 0x20) {
p++;
}
- if (!*p) {
- fprintf (stderr, "error in config file line %d\n", line);
- continue;
- }
char *value = p;
// remove trailing trash
while (*p && *p >= 0x20) {