[darwinbuild-changes] [683] branches/PR-7341154/darwinup/main.cpp

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 1 09:02:48 PST 2010


Revision: 683
          http://trac.macosforge.org/projects/darwinbuild/changeset/683
Author:   wsiegrist at apple.com
Date:     2010-02-01 09:02:45 -0800 (Mon, 01 Feb 2010)
Log Message:
-----------
Add missing newline

Modified Paths:
--------------
    branches/PR-7341154/darwinup/main.cpp

Modified: branches/PR-7341154/darwinup/main.cpp
===================================================================
--- branches/PR-7341154/darwinup/main.cpp	2010-01-30 21:38:23 UTC (rev 682)
+++ branches/PR-7341154/darwinup/main.cpp	2010-02-01 17:02:45 UTC (rev 683)
@@ -145,7 +145,7 @@
 		// find most recent matching archive by name
 		Archive* old = depot->get_archive(basename(argv[1]));
 		if (!old) {
-			fprintf(stderr, "Error: unable to find a matching root to upgrade.");
+			fprintf(stderr, "Error: unable to find a matching root to upgrade.\n");
 			res = 5;
 		}
 		// install new archive
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20100201/72730225/attachment.html>


More information about the darwinbuild-changes mailing list