diff libvo/mga_common.c @ 25962:afa125da85cf

typo fix: inited --> initialized
author diego
date Thu, 14 Feb 2008 14:23:55 +0000
parents 0c4f1a88eaae
children 46f0b4d34fa1
line wrap: on
line diff
--- a/libvo/mga_common.c	Wed Feb 13 21:36:27 2008 +0000
+++ b/libvo/mga_common.c	Thu Feb 14 14:23:55 2008 +0000
@@ -327,7 +327,7 @@
       vo_x11_ontop();
       return VO_TRUE;
   case VOCTRL_GET_PANSCAN:
-      if ( !inited || !vo_fs ) return VO_FALSE;
+      if ( !initialized || !vo_fs ) return VO_FALSE;
       return VO_TRUE;
   case VOCTRL_FULLSCREEN:
       vo_x11_fullscreen();