fix fuckup

This commit is contained in:
glenda 2015-08-25 09:35:10 +00:00
parent 6b402b83cf
commit c4fdc6bfdb
42 changed files with 218 additions and 359 deletions

View file

@ -12,3 +12,4 @@ snprint(char *buf, int len, char *fmt, ...)
va_end(args);
return n;
}