[xiph-cvs] cvs commit: ao-python/src aomodule.h
Andrew Catham Master of Python
andrew at xiph.org
Mon May 14 08:29:54 PDT 2001
andrew 01/05/14 08:29:54
Modified: src aomodule.h
Log:
Fixed endif problem
Revision Changes Path
1.3 +1 -1 ao-python/src/aomodule.h
Index: aomodule.h
===================================================================
RCS file: /usr/local/cvsroot/ao-python/src/aomodule.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aomodule.h 2001/01/21 22:11:55 1.2
+++ aomodule.h 2001/05/14 15:29:53 1.3
@@ -105,7 +105,7 @@
"A Python wrapper for the ao library using in the ogg project.";
-#endif __AO_MODULE_H__
+#endif /* __AO_MODULE_H__ */
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list