diff options
Diffstat (limited to 'src/vsnprintf.c')
| -rw-r--r-- | src/vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vsnprintf.c b/src/vsnprintf.c index 0fae17ca5..a4e5bc9c0 100644 --- a/src/vsnprintf.c +++ b/src/vsnprintf.c @@ -254,7 +254,7 @@ int fl_vsnprintf(char* buffer, size_t bufsize, const char* format, va_list ap) { if (bufptr) *bufptr = '\0'; return (bytes); -#endif //HAVE_VSNPRINTF +#endif /* HAVE_VSNPRINTF */ } int fl_snprintf(char* str, size_t size, const char* fmt, ...) { |
