summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Muizelaar <jmuizelaar@mozilla.com>2009-06-11 13:02:07 -0400
committerJeff Muizelaar <jmuizelaar@mozilla.com>2009-06-11 13:02:07 -0400
commit8835b1f5a46ad54a467172115902cf29a408cce1 (patch)
treed24e3031caae87e628d4f8c9336f855b81d221e5
parent8887035d81af8a57f6120e69217193146943b114 (diff)
Fix comment for pre-4 GCCs
#if 0 commented text should be C/C++ commented. This is from Mozilla Bug 488468: qcms build break with pre-4 GCCs.
-rw-r--r--qcmsint.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/qcmsint.h b/qcmsint.h
index 0fb02e2..68bbe21 100644
--- a/qcmsint.h
+++ b/qcmsint.h
@@ -86,8 +86,9 @@ struct lutType {
uint16_t *output_table;
};
#if 0
-this is from an intial idea of having the struct correspond to the data in
-the file. I decided that it wasn't a good idea.
+/* this is from an intial idea of having the struct correspond to the data in
+ * the file. I decided that it wasn't a good idea.
+ */
struct tag_value {
uint32_t type;
union {