Commit b9f321b4 authored by diego's avatar diego

Use filename as multiple inclusion guard.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10762 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 60da5b01
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef CMD_UTILS_H #ifndef CMDUTILS_H
#define CMD_UTILS_H #define CMDUTILS_H
typedef struct { typedef struct {
const char *name; const char *name;
...@@ -87,4 +87,4 @@ void show_version(const char *program_name); ...@@ -87,4 +87,4 @@ void show_version(const char *program_name);
*/ */
void show_license(void); void show_license(void);
#endif /* CMD_UTILS_H */ #endif /* CMDUTILS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment