changeset 391:997894c973e2 libavutil

Use filename as multiple inclusion guard.
author diego
date Wed, 17 Oct 2007 09:16:21 +0000
parents 0fc1d6548be4
children d0f3bb6e367e
files avstring.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/avstring.h	Mon Oct 15 23:07:03 2007 +0000
+++ b/avstring.h	Wed Oct 17 09:16:21 2007 +0000
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVUTIL_STRING_H
-#define AVUTIL_STRING_H
+#ifndef AVUTIL_AVSTRING_H
+#define AVUTIL_AVSTRING_H
 
 #include <stddef.h>
 
@@ -87,4 +87,4 @@
  */
 size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...);
 
-#endif /* AVUTIL_STRING_H */
+#endif /* AVUTIL_AVSTRING_H */