]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/debug.c
Merge changes from CUPS 1.5svn-r9000.
[thirdparty/cups.git] / cups / debug.c
index f3d2f1c5b5487c85a86629de414f130c787c123e..137edffc4e3d44b941dc8d6c54ccb1596ab4e8d0 100644 (file)
@@ -68,7 +68,7 @@ static pthread_mutex_t        debug_mutex = PTHREAD_MUTEX_INITIALIZER;
  * 'debug_vsnprintf()' - Format a string into a fixed size buffer.
  */
 
-int                                    /* O - Number of bytes formatted */
+static int                             /* O - Number of bytes formatted */
 debug_vsnprintf(char       *buffer,    /* O - Output buffer */
                 size_t     bufsize,    /* O - Size of output buffer */
                const char *format,     /* I - printf-style format string */