Fix a few build issues seen by various compilers
that I have on my system but haven't used for a while (a couple of warnings and a couple of errors)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
typedef unsigned char pixval;
|
||||
|
||||
typedef struct {
|
||||
typedef struct pixel_t {
|
||||
pixval r, g, b;
|
||||
} pixel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user