Skip to content

Commit

Permalink
Fix comment for pre-4 GCCs
Browse files Browse the repository at this point in the history
#if 0 commented text should be C/C++ commented.
This is from Mozilla Bug 488468: qcms build break with pre-4 GCCs.
  • Loading branch information
jrmuizel committed Jun 11, 2009
1 parent 8887035 commit 8835b1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qcmsint.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8835b1f

Please sign in to comment.