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