summaryrefslogtreecommitdiff
path: root/libopenjpeg/tcd.h
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-02 15:53:14 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-02 15:53:14 +0000
commit4a2673772a71a9468ecb5149e9d324835b306f3c (patch)
tree8adaa65af9ed4f602cdb1f3efc60609662b25353 /libopenjpeg/tcd.h
parentb9e216ac6f3546cb54648e7d7166c5c3ea272cfb (diff)
[trunk] Fix a bunch of warning about C++ comments in C code.
Diffstat (limited to 'libopenjpeg/tcd.h')
-rw-r--r--libopenjpeg/tcd.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h
index b111d4cc..cb9967cd 100644
--- a/libopenjpeg/tcd.h
+++ b/libopenjpeg/tcd.h
@@ -44,15 +44,15 @@ each other. The functions in TCD.C are used by other functions in J2K.C.
/**
FIXME: documentation
*/
-//typedef struct opj_tcd_seg {
-// unsigned char** data;
-// int dataindex;
-// int numpasses;
-// int len;
-// int maxpasses;
-// int numnewpasses;
-// int newlen;
-//} opj_tcd_seg_t;
+/*typedef struct opj_tcd_seg { */
+/* unsigned char** data; */
+/* int dataindex; */
+/* int numpasses; */
+/* int len; */
+/* int maxpasses; */
+/* int numnewpasses; */
+/* int newlen; */
+/*} opj_tcd_seg_t; */
/**
FIXME: documentation