Add missing carriage return at EOF (yes, I have nothing better to do ATM).
This commit is contained in:
parent
596733bacc
commit
d8f12035fc
1 changed files with 1 additions and 1 deletions
|
@ -96,4 +96,4 @@ int main(int argc, const char* argv[])
|
||||||
}
|
}
|
||||||
printf(" RAM test: %s\n", result ? "OK" : "Failed");
|
printf(" RAM test: %s\n", result ? "OK" : "Failed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue