summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 2eac7b2..7c551e2 100644
--- a/misc.c
+++ b/misc.c
@@ -228,7 +228,7 @@ void strappend(char *dst, char *src)
for(s=(unsigned char *)src; *s; s++)
{
- *(d++) = *s;
+ *(d++) = *s;
}
*d = 0;
}