[FFmpeg-cvslog] r10762 - trunk/cmdutils.h

diego subversion
Wed Oct 17 11:26:22 CEST 2007


Author: diego
Date: Wed Oct 17 11:26:21 2007
New Revision: 10762

Log:
Use filename as multiple inclusion guard.


Modified:
   trunk/cmdutils.h

Modified: trunk/cmdutils.h
==============================================================================
--- trunk/cmdutils.h	(original)
+++ trunk/cmdutils.h	Wed Oct 17 11:26:21 2007
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef CMD_UTILS_H
-#define CMD_UTILS_H
+#ifndef CMDUTILS_H
+#define CMDUTILS_H
 
 typedef struct {
     const char *name;
@@ -87,4 +87,4 @@ void show_version(const char *program_na
  */
 void show_license(void);
 
-#endif /* CMD_UTILS_H */
+#endif /* CMDUTILS_H */




More information about the ffmpeg-cvslog mailing list