diff options
Diffstat (limited to 'lib/compat/vsnprintf.c')
-rw-r--r-- | lib/compat/vsnprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compat/vsnprintf.c b/lib/compat/vsnprintf.c index 85496e37c..6e08cefa7 100644 --- a/lib/compat/vsnprintf.c +++ b/lib/compat/vsnprintf.c @@ -69,4 +69,3 @@ vsnprintf(char *buf, size_t maxsize, const char *fmt, va_list args) return total; } #endif - |