Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.
[ira/wip.git] / source3 / lib / util.c
index 0adfe34032ddda0aed20f965719d49567e1f1f45..b0714dcbebe69f405637664a906e1f6f19249478 100644 (file)
@@ -2080,7 +2080,7 @@ char *smb_xstrndup(const char *s, size_t n)
   vasprintf that aborts on malloc fail
 */
 
-int smb_xvasprintf(char **ptr, const char *format, va_list ap)
+ int smb_xvasprintf(char **ptr, const char *format, va_list ap)
 {
        int n;
        va_list ap2;