changeset 60:f809a2e579ac libpostproc

Use filename as multiple inclusion guard.
author diego
date Wed, 17 Oct 2007 09:16:21 +0000
parents f02d76ebf1f0
children 98d3264ac47f
files postprocess.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess.h	Fri Aug 24 15:04:00 2007 +0000
+++ b/postprocess.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 NEWPOSTPROCESS_H
-#define NEWPOSTPROCESS_H
+#ifndef POSTPROCESS_H
+#define POSTPROCESS_H
 
 /**
  * @file postprocess.h
@@ -75,4 +75,4 @@
 
 #define PP_PICT_TYPE_QP2  0x00000010 ///< MPEG2 style QScale
 
-#endif
+#endif /* POSTPROCESS_H */