Add missing carriage return at EOF (yes, I have nothing better to do ATM).

This commit is contained in:
Romain Tartiere 2010-06-26 21:56:32 +00:00
parent 596733bacc
commit d8f12035fc

View file

@ -96,4 +96,4 @@ int main(int argc, const char* argv[])
}
printf(" RAM test: %s\n", result ? "OK" : "Failed");
}
}
}