diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-02 01:47:18 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-02 01:47:18 +0000 |
commit | aea9762b5a44339456e1cd4b8a8999664c6ad472 (patch) | |
tree | 3ef44bc9f1fe786496298d1c4ab39093e470cd2c /sys/ufs | |
parent | bb9c508606ec678987fdff045b51692b9a94fff4 (diff) |
newline at end of printf
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ffs/ffs_softdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index 6ea4622b326..3bce74dd56c 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_softdep.c,v 1.44 2003/05/26 18:33:17 tedu Exp $ */ +/* $OpenBSD: ffs_softdep.c,v 1.45 2003/08/02 01:47:17 tedu Exp $ */ /* * Copyright 1998, 2000 Marshall Kirk McKusick. All Rights Reserved. * @@ -2271,7 +2271,7 @@ handle_workitem_freeblocks(freeblks) #ifdef DIAGNOSTIC if (freeblks->fb_chkcnt != blocksreleased) - printf("handle_workitem_freeblocks: block count"); + printf("handle_workitem_freeblocks: block count\n"); if (allerror) softdep_error("handle_workitem_freeblks", allerror); #endif /* DIAGNOSTIC */ |