summaryrefslogtreecommitdiff
path: root/libavcodec/h261.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-02 10:08:47 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-02 10:08:47 +0000
commit313bacddc0874981651abdf8771fef79f9ae2ccc (patch)
tree43c516e226683ce154e13449a4c8b87df045aad7 /libavcodec/h261.h
parent0f4e816582bd7e75ad384103fa5440ef6ed87530 (diff)
Add missing comment markers to #endif directive.
Originally committed as revision 9454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261.h')
-rw-r--r--libavcodec/h261.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261.h b/libavcodec/h261.h
index 5f996dee63..b5eb539e73 100644
--- a/libavcodec/h261.h
+++ b/libavcodec/h261.h
@@ -48,4 +48,4 @@ typedef struct H261Context{
#define MB_TYPE_H261_FIL 0x800000
-#endif AVCODEC_H261_H
+#endif /* AVCODEC_H261_H */