Fix code to compile with C++.

Change-Id: I324236440cb853cb3c8fb278ef22449cd9772ad7
This commit is contained in:
Vincent Rabaud
2017-05-15 15:51:48 +02:00
parent d78e5867ff
commit c8f14093ac
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ typedef struct {
int depth;
int max_value;
int type; // 5, 6 or 7
PNMFlags seen_flags;
int seen_flags;
} PNMInfo;
// -----------------------------------------------------------------------------