diff options
author | Akira TAGOH <akira@tagoh.org> | 2014-05-20 20:24:36 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2014-05-20 20:24:36 +0900 |
commit | 3608bb230dfaefcd02c360d5049d0f6a453c282e (patch) | |
tree | 92eb4d9fdc9a8cc9c58283b319a259a5ae2a2d50 /data | |
parent | 9cedd1cf0f4d6ea791f058a31ba77129febb97b5 (diff) |
Fix format
Diffstat (limited to 'data')
-rw-r--r-- | data/reg2xml.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/reg2xml.c b/data/reg2xml.c index 95c493f..b95f4c9 100644 --- a/data/reg2xml.c +++ b/data/reg2xml.c @@ -58,10 +58,10 @@ _parse(const char *filename, while (1) { fgets(buffer, 1024, fp); if (feof(fp)) { - if (!in_entry) - break; - file_end = TRUE; - } + if (!in_entry) + break; + file_end = TRUE; + } _drop_crlf(buffer); if (lt_strcmp0(buffer, "%%") == 0 || file_end) { if (in_entry) { |