diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 15:53:14 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-03-02 15:53:14 +0000 |
| commit | 4a2673772a71a9468ecb5149e9d324835b306f3c (patch) | |
| tree | 8adaa65af9ed4f602cdb1f3efc60609662b25353 /libopenjpeg/openjpeg.h | |
| parent | b9e216ac6f3546cb54648e7d7166c5c3ea272cfb (diff) | |
[trunk] Fix a bunch of warning about C++ comments in C code.
Diffstat (limited to 'libopenjpeg/openjpeg.h')
| -rw-r--r-- | libopenjpeg/openjpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index 26698abc..66d45f3b 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -208,7 +208,7 @@ typedef enum CODEC_FORMAT { CODEC_UNKNOWN = -1, /**< place-holder */ CODEC_J2K = 0, /**< JPEG-2000 codestream : read/write */ CODEC_JPT = 1, /**< JPT-stream (JPEG 2000, JPIP) : read only */ - CODEC_JP2 = 2, /**< JPEG-2000 file format : read/write */ + CODEC_JP2 = 2 /**< JPEG-2000 file format : read/write */ } OPJ_CODEC_FORMAT; /** |
