Skip to content

Commit c28a7a5

Browse files
committed
include/xbps.h: use PRINTF_LIKE for better doxygen results
1 parent 4710ee0 commit c28a7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xbps.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ void xbps_dbg_printf_append(const char *fmt, ...) PRINTF_LIKE(1, 2);
747747
* @brief Prints messages to stderr if verbosity is enabled.
748748
* @param[in] fmt format specifier for the message.
749749
*/
750-
void xbps_verbose_printf(const char *, ...) __attribute__ ((format (printf, 1, 2)));
750+
void xbps_verbose_printf(const char *, ...) PRINTF_LIKE(1, 2);
751751

752752
/**
753753
* @brief Prints error messages to stderr.

0 commit comments

Comments
 (0)