Add missing \n to error printf

This commit is contained in:
nemerle 2016-04-22 10:35:14 +02:00
parent 157a968372
commit d105182051

View File

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