blob: 899edc5d7b201fac9a31180f638bdab0be35e0ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/recodext.h.orig 2008-01-16 13:15:39.000000000 +0100
+++ b/src/recodext.h 2008-01-16 13:16:47.000000000 +0100
@@ -218,7 +218,7 @@
enum recode_symbol_type type : 3;
/* Non zero if this one should be ignored. */
- bool ignore : 2;
+ bool ignore : 1;
};
struct recode_surface_list
|