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