summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-12-10 04:59:17 +0000
committerTim Potter <tpot@samba.org>2001-12-10 04:59:17 +0000
commitd902baf70970f0358e825cd520b1794fd46465f0 (patch)
tree70f181d9af0da400e6a88891df2d789e3f8322e5
parenta4cc69d9459879c3fa5e782efd643d4e8cd334ba (diff)
downloadsamba-d902baf70970f0358e825cd520b1794fd46465f0.tar.gz
Formatting fixup.
-rw-r--r--source/tdb/tdbtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tdb/tdbtool.c b/source/tdb/tdbtool.c
index 5ed0cec5d95..c25e9ac2485 100644
--- a/source/tdb/tdbtool.c
+++ b/source/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