changeset 345:86348ea795ad libavutil

add a comment to indicate which #endif belong to which #define
author gpoirier
date Sun, 17 Jun 2007 18:59:28 +0000
parents 580fffa86f08
children e9937dcd0afd
files base64.h softfloat.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/base64.h	Sun Jun 17 00:01:30 2007 +0000
+++ b/base64.h	Sun Jun 17 18:59:28 2007 +0000
@@ -37,4 +37,4 @@
  */
 char *av_base64_encode(char * buf, int buf_len, uint8_t * src, int len);
 
-#endif
+#endif // AVUTIL_BASE64_H
--- a/softfloat.h	Sun Jun 17 00:01:30 2007 +0000
+++ b/softfloat.h	Sun Jun 17 18:59:28 2007 +0000
@@ -126,4 +126,4 @@
     else           return v.mant >>(-v.exp);
 }
 
-#endif
+#endif // AVUTIL_SOFTFLOAT_H