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