Formatting fixup.
authorTim Potter <tpot@samba.org>
Mon, 10 Dec 2001 04:59:17 +0000 (04:59 +0000)
committerTim Potter <tpot@samba.org>
Mon, 10 Dec 2001 04:59:17 +0000 (04:59 +0000)
source/tdb/tdbtool.c

index 5ed0cec5d95ea001e4e1750ad5d5d3c0c9dc9d1f..c25e9ac248575587be2c7e90dcdd41dee0e37860 100644 (file)
@@ -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