Explorar o código

Add missing \n to error printf

nemerle %!s(int64=8) %!d(string=hai) anos
pai
achega
d105182051
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/proplong.cpp

+ 1 - 1
src/proplong.cpp

@@ -546,7 +546,7 @@ void Function::propLongReg (int loc_ident_idx, const ID &pLocId)
  * Transforms some LOW_LEVEL icodes into HIGH_LEVEL     */
 void Function::propLongGlb (int /*i*/, const ID &/*pLocId*/)
 {
-    printf("WARN: Function::propLongGlb not implemented");
+    printf("WARN: Function::propLongGlb not implemented\n");
 }