diff options
author | delphij <delphij@FreeBSD.org> | 2009-03-04 00:58:04 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-03-04 00:58:04 +0000 |
commit | 60ee3b72bf398f3dd2403737817dc830d80a904f (patch) | |
tree | 756648717503997efc92e73d40047dd45f88ad87 /lib/libc/db/recno/rec_utils.c | |
parent | 3b8bffce0869741be8850515a08b3660f97e8315 (diff) | |
download | FreeBSD-src-60ee3b72bf398f3dd2403737817dc830d80a904f.zip FreeBSD-src-60ee3b72bf398f3dd2403737817dc830d80a904f.tar.gz |
Style changes (including additional casts to shut up warnings). This
commit does not affect MD5 of object file.
Diffstat (limited to 'lib/libc/db/recno/rec_utils.c')
-rw-r--r-- | lib/libc/db/recno/rec_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/recno/rec_utils.c b/lib/libc/db/recno/rec_utils.c index 4a8edbc..0294d95 100644 --- a/lib/libc/db/recno/rec_utils.c +++ b/lib/libc/db/recno/rec_utils.c @@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$"); * e: key/data pair to be returned * nrec: record number * key: user's key structure - * data: user's data structure + * data: user's data structure * * Returns: * RET_SUCCESS, RET_ERROR. |