1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

Formatting fixup.

(This used to be commit d902baf70970f0358e825cd520b1794fd46465f0)
This commit is contained in:
Tim Potter 2001-12-10 04:59:17 +00:00
parent 5788615e8d
commit aeb734a8fa

View 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