BADA: Strip trailing whitespace

This commit is contained in:
Sven Hesse 2011-08-22 09:46:30 +02:00
parent b406ba5884
commit 58ab4cdab7
15 changed files with 93 additions and 93 deletions

View file

@ -41,7 +41,7 @@ C_LINKAGE_BEGIN
int __errno; // for overridden method in saves/default/default-saves.cpp
void __assert_func(const char *file, int line,
void __assert_func(const char *file, int line,
const char *func, const char *err) {
char buffer[BUF_SIZE];
snprintf(buffer, sizeof(buffer), "%s %d %s %s", file, line, func, err);