Author: jh Date: Thu Dec 6 08:36:30 2012 New Revision: 243943 URL: http://svnweb.freebsd.org/changeset/base/243943
Log: MFC r242511: Print a newline after the error message. PR: bin/168447 Modified: stable/8/sbin/fsck_msdosfs/check.c Directory Properties: stable/8/sbin/fsck_msdosfs/ (props changed) Modified: stable/8/sbin/fsck_msdosfs/check.c ============================================================================== --- stable/8/sbin/fsck_msdosfs/check.c Thu Dec 6 08:35:46 2012 (r243942) +++ stable/8/sbin/fsck_msdosfs/check.c Thu Dec 6 08:36:30 2012 (r243943) @@ -68,6 +68,7 @@ checkfilesys(const char *fname) if (dosfs < 0) { perror("Can't open"); + printf("\n"); return 8; } _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"