[vmkit-commits] [vmkit] r74900 - /vmkit/trunk/lib/JnJVM/Compiler/JavaAOTCompiler.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Tue Jul 7 07:09:50 PDT 2009


Author: geoffray
Date: Tue Jul  7 09:09:41 2009
New Revision: 74900

URL: http://llvm.org/viewvc/llvm-project?rev=74900&view=rev
Log:
Add newlines.


Modified:
    vmkit/trunk/lib/JnJVM/Compiler/JavaAOTCompiler.cpp

Modified: vmkit/trunk/lib/JnJVM/Compiler/JavaAOTCompiler.cpp
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/Compiler/JavaAOTCompiler.cpp?rev=74900&r1=74899&r2=74900&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/Compiler/JavaAOTCompiler.cpp (original)
+++ vmkit/trunk/lib/JnJVM/Compiler/JavaAOTCompiler.cpp Tue Jul  7 09:09:41 2009
@@ -1549,7 +1549,7 @@
 
       ArrayUInt8* bytes = Reader::openFile(bootstrapLoader, name);
       if (!bytes) {
-        fprintf(stderr, "Can't find zip file.");
+        fprintf(stderr, "Can't find zip file.\n");
         goto end;
       }
       ZipArchive archive(bytes, bootstrapLoader->allocator);
@@ -1566,7 +1566,7 @@
             (ArrayUInt8*)array->doNew(file->ucsize, bootstrapLoader->allocator);
           int ok = archive.readFile(res, file);
           if (!ok) {
-            fprintf(stderr, "Wrong zip file.");
+            fprintf(stderr, "Wrong zip file.\n");
             goto end;
           }
       





More information about the vmkit-commits mailing list