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:
nethack.allison
2008-12-30 22:02:31 +00:00
parent b8ed7412dc
commit 76350a5348
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
typedef unsigned char pixval;
typedef struct {
typedef struct pixel_t {
pixval r, g, b;
} pixel;