aboutsummaryrefslogtreecommitdiffstats
path: root/uemis-downloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'uemis-downloader.c')
-rw-r--r--uemis-downloader.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/uemis-downloader.c b/uemis-downloader.c
index 8274884e6..065237971 100644
--- a/uemis-downloader.c
+++ b/uemis-downloader.c
@@ -202,8 +202,7 @@ static gboolean uemis_init(const char *path)
#endif
if (sscanf(tmp + 1, "%d", &filenr) != 1)
return FALSE;
- }
- else {
+ } else {
filenr = 0;
#if UEMIS_DEBUG & 2
fprintf(debugfile, "::r req.txt skipped as there were fewer than 5 bytes\n");