diff options
Diffstat (limited to 'lib/compat/snprintf.c')
-rw-r--r-- | lib/compat/snprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compat/snprintf.c b/lib/compat/snprintf.c index b28932cb1..5dd6705e6 100644 --- a/lib/compat/snprintf.c +++ b/lib/compat/snprintf.c @@ -38,4 +38,3 @@ snprintf(char *str, size_t n, char const *fmt, ...) return i; } #endif - |