diff options
author | Tim Potter <tpot@samba.org> | 2001-12-10 04:59:17 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-12-10 04:59:17 +0000 |
commit | aeb734a8fa7e8db8ef699bd4251a7a510305b55a (patch) | |
tree | 3145dafd7c2c1b2e1635029d5985543ef03c5e0d | |
parent | 5788615e8dfeecba7aa7e5c968d9a4b2402e496e (diff) | |
download | samba-aeb734a8fa7e8db8ef699bd4251a7a510305b55a.tar.gz samba-aeb734a8fa7e8db8ef699bd4251a7a510305b55a.tar.bz2 samba-aeb734a8fa7e8db8ef699bd4251a7a510305b55a.zip |
Formatting fixup.
(This used to be commit d902baf70970f0358e825cd520b1794fd46465f0)
-rw-r--r-- | source3/tdb/tdbtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/tdbtool.c b/source3/tdb/tdbtool.c index 5ed0cec5d9..c25e9ac248 100644 --- a/source3/tdb/tdbtool.c +++ b/source3/tdb/tdbtool.c @@ -311,7 +311,7 @@ static int print_rec(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *state) #else printf("\nkey %d bytes\n", key.dsize); print_asc(key.dptr, key.dsize); - printf("data %d bytes\n", dbuf.dsize); + printf("\ndata %d bytes\n", dbuf.dsize); print_data(dbuf.dptr, dbuf.dsize); return 0; #endif |