aboutsummaryrefslogtreecommitdiffstats
path: root/src/err/verrx.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/err/verrx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/err/verrx.c b/src/err/verrx.c
index 4708264..12b4c72 100644
--- a/src/err/verrx.c
+++ b/src/err/verrx.c
@@ -32,6 +32,8 @@
* @param status The exit status the process should have.
* @param format Formatting-string for the warning.
* @param args Formatting-arguments.
+ *
+ * @since Always.
*/
void verrx(int status, const char* format, va_list args)
{