aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-16 04:52:36 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-16 04:52:36 +0100
commit75caf309710b93015112affa063623b14ebd589a (patch)
tree611a8b3bbce4831eb811afa21f5439bdce1cfffe /src/mds-kbdc
parentmds-kbdc: fix array elements: allow functions (diff)
downloadmds-75caf309710b93015112affa063623b14ebd589a.tar.gz
mds-75caf309710b93015112affa063623b14ebd589a.tar.bz2
mds-75caf309710b93015112affa063623b14ebd589a.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-kbdc')
-rw-r--r--src/mds-kbdc/make-tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mds-kbdc/make-tree.c b/src/mds-kbdc/make-tree.c
index 7aff73e..311afdc 100644
--- a/src/mds-kbdc/make-tree.c
+++ b/src/mds-kbdc/make-tree.c
@@ -539,8 +539,7 @@ int parse_to_tree(const char* restrict filename, mds_kbdc_tree_t** restrict resu
#undef node
}
}
- if (*line == '\0')
- continue;
+ continue;
}
else if (!strcmp(line, "information"))
{