summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util/convertdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/convertdb.c b/src/util/convertdb.c
index 76106860..8cfff629 100644
--- a/src/util/convertdb.c
+++ b/src/util/convertdb.c
@@ -110,7 +110,6 @@ int main(int argc, char* argv[])
}
fputs("%FILES%\n", fp);
while(fgets(line, 255, db) && strcmp(_alpm_strtrim(line), "")) {
- _alpm_strtrim(line);
ptr = line;
/* check for backup designation and frontslashes that shouldn't be there */