Skip to content

Commit

Permalink
nvd_print: Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
tseli0s committed Sep 17, 2022
1 parent 06282af commit 1f16bed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/nvdialog_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ NVD_INTERNAL_FUNCTION const char *nvd_fmt_error_message(const char *fmt);
NVD_INTERNAL_FUNCTION void nvd_set_error(NvdError error);

/* Prints the error message given to stdout */
NVD_DEPRECATED("This function has been deprecated in favor of nvd_error_message. "
"Please use that instead of this function.") void nvd_print(const char *msg);
NVD_DEPRECATED(
"This function has been deprecated in favor of nvd_error_message. "
"Please use that instead of this function.")
void nvd_print(const char *msg);

/*
* A function that allows printing an error message to stderr, with support for
Expand Down

0 comments on commit 1f16bed

Please sign in to comment.