summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-17 09:26:21 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-17 09:26:21 +0000
commitca34b9e61551506aab28a0839999d6caa05dcece (patch)
tree204a813758b418bae2b0c37b5c92cef8c50e87cd /cmdutils.h
parentaeb6a69714c2247d237316ffe124d73273a97f08 (diff)
Use filename as multiple inclusion guard.
Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 36734efd5e..782a377929 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -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_name);
*/
void show_license(void);
-#endif /* CMD_UTILS_H */
+#endif /* CMDUTILS_H */