summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/skinupdater/skinupdater.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/skinupdater/skinupdater.c b/utils/skinupdater/skinupdater.c
index c354234e27..9329b9a9f0 100644
--- a/utils/skinupdater/skinupdater.c
+++ b/utils/skinupdater/skinupdater.c
@@ -242,7 +242,7 @@ top:
242 } 242 }
243 else if (*in == '#') 243 else if (*in == '#')
244 { 244 {
245 while (*in != '\n') 245 while (*in && *in != '\n')
246 { 246 {
247 PUTCH(out, *in++); 247 PUTCH(out, *in++);
248 } 248 }