diff loader/dmo/DMO_AudioDecoder.c @ 25794:2c8cdb9123b8

Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a capital letter are reserved for the system, those starting with _ are reserved at the file level.
author diego
date Sun, 20 Jan 2008 17:16:39 +0000
parents 450bb2a75cba
children f20a11161e62
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c	Sun Jan 20 17:03:35 2008 +0000
+++ b/loader/dmo/DMO_AudioDecoder.c	Sun Jan 20 17:16:39 2008 +0000
@@ -13,7 +13,7 @@
 #include "DMO_Filter.h"
 #include "DMO_AudioDecoder.h"
 
-struct _DMO_AudioDecoder
+struct DMO_AudioDecoder
 { 
     DMO_MEDIA_TYPE m_sOurType, m_sDestType;
     DMO_Filter* m_pDMO_Filter;