Fix two watcom (and probably C89) issues.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5564 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -49,13 +49,13 @@
|
||||
|
||||
|
||||
|
||||
typedef enum InputFormat InputFormat;
|
||||
enum InputFormat {
|
||||
ifAuto = -1, /* Auto detect */
|
||||
ifPCX, /* PCX */
|
||||
|
||||
ifCount /* Number of actual input formats w/o ifAuto*/
|
||||
};
|
||||
typedef enum InputFormat InputFormat;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user