aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'kbx/keybox-errors.c')
-rw-r--r--kbx/keybox-errors.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/kbx/keybox-errors.c b/kbx/keybox-errors.c
index e11efc10b..ce2b498d0 100644
--- a/kbx/keybox-errors.c
+++ b/kbx/keybox-errors.c
@@ -6,12 +6,12 @@
/**
* keybox_strerror:
- * @err: Error code
- *
+ * @err: Error code
+ *
* This function returns a textual representaion of the given
* errorcode. If this is an unknown value, a string with the value
* is returned (Beware: it is hold in a static buffer).
- *
+ *
* Return value: String with the error description.
**/
const char *
@@ -44,4 +44,3 @@ keybox_strerror (KeyboxError err)
return s;
}
-