diff options
Diffstat (limited to 'post/lib_powerpc/threei.c')
| -rw-r--r-- | post/lib_powerpc/threei.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/post/lib_powerpc/threei.c b/post/lib_powerpc/threei.c index f6d905253..1d40e1af3 100644 --- a/post/lib_powerpc/threei.c +++ b/post/lib_powerpc/threei.c @@ -103,7 +103,7 @@ int cpu_post_test_threei (void)  	    if (ret != 0)  	    { -	        post_log ("Error at threei test %d !\n", i); +		post_log ("Error at threei test %d !\n", i);  	    }  	}      } |