diff options
Diffstat (limited to 'post/lib_powerpc/twox.c')
-rw-r--r-- | post/lib_powerpc/twox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/post/lib_powerpc/twox.c b/post/lib_powerpc/twox.c index 3a9b13684fa..9549dbb750b 100644 --- a/post/lib_powerpc/twox.c +++ b/post/lib_powerpc/twox.c @@ -128,7 +128,7 @@ int cpu_post_test_twox (void) if (ret != 0) { - post_log ("Error at twox test %d !\n", i); + post_log ("Error at twox test %d !\n", i); } } @@ -141,8 +141,8 @@ int cpu_post_test_twox (void) if (ret != 0) { - post_log ("Error at twox test %d !\n", i); - } + post_log ("Error at twox test %d !\n", i); + } } } } |