diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index c9d91aeaf91cfc89435e1e3918c1a1c8fc1113be..d7abbaaaf8bbf0129a07388ccb8d2db0f4ff9eaa 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -579,7 +579,7 @@ static void init_seg_features(VP8_COMP *cpi)
 
 #if CONFIG_T8X8
             {
-                vp8_disable_segmentation((VP8_PTR)cpi);
+                vp8_disable_segmentation((VP8_PTR)cpi);
                 clearall_segfeatures(xd);
                 vp8_enable_segmentation((VP8_PTR)cpi);
                 // 8x8TX test code.