diff options
Diffstat (limited to 'xorg-server/include/xsha1.h')
-rw-r--r-- | xorg-server/include/xsha1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/xsha1.h b/xorg-server/include/xsha1.h index aab71067a..60c6a9004 100644 --- a/xorg-server/include/xsha1.h +++ b/xorg-server/include/xsha1.h @@ -12,7 +12,7 @@ int x_sha1_update(void *ctx, void *data, int size); /* * Place the hash in result, and free ctx. - * Returns 0 on error, 1 on success. + * Returns 0 on error, 1 on success. */ int x_sha1_final(void *ctx, unsigned char result[20]); |