[macruby-changes] [1808] MacRuby/branches/experimental/vm.cpp

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 8 15:10:20 PDT 2009


Revision: 1808
          http://trac.macosforge.org/projects/ruby/changeset/1808
Author:   lsansonetti at apple.com
Date:     2009-06-08 15:10:20 -0700 (Mon, 08 Jun 2009)
Log Message:
-----------
forgot a new line

Modified Paths:
--------------
    MacRuby/branches/experimental/vm.cpp

Modified: MacRuby/branches/experimental/vm.cpp
===================================================================
--- MacRuby/branches/experimental/vm.cpp	2009-06-08 22:10:00 UTC (rev 1807)
+++ MacRuby/branches/experimental/vm.cpp	2009-06-08 22:10:20 UTC (rev 1808)
@@ -3537,7 +3537,7 @@
 {
     VALUE exc = GET_VM()->current_exception();
     if (exc == Qnil) {
-	printf("uncatched Objective-C/C++ exception...");
+	printf("uncatched Objective-C/C++ exception...\n");
 	return;
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090608/917ee93a/attachment.html>


More information about the macruby-changes mailing list