diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index fef142fe94257fa04edafe767fda4996ccd552b5..55c92ffacfb5ed34cb0815f4d29f0fb6b9ebc1a8 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -319,7 +319,7 @@ void dct_error(const char *name, int is_idct,
 #if 1 // dump systematic errors
     for(i=0; i<64; i++){
         if(i%8==0) printf("\n");
-        printf("%5d ", (int)sysErr[i]);
+        printf("%7d ", (int)sysErr[i]);
     }
     printf("\n");
 #endif