diff options
Diffstat (limited to 'post/cpu/complex.c')
-rw-r--r-- | post/cpu/complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/cpu/complex.c b/post/cpu/complex.c index dc8b080..033584b 100644 --- a/post/cpu/complex.c +++ b/post/cpu/complex.c @@ -116,7 +116,7 @@ int cpu_post_test_complex (void) if (ret != 0) { - post_log ("Error at complex test !\n"); + post_log ("Error at complex test !\n"); } return ret; |