diff options
Diffstat (limited to 'common/mkerrors')
-rwxr-xr-x | common/mkerrors | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/mkerrors b/common/mkerrors index 48c6b896a..138d3c1d1 100755 --- a/common/mkerrors +++ b/common/mkerrors @@ -28,12 +28,12 @@ cat <<EOF /** * gnupg_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 * |