Code cleanup

This commit is contained in:
Pierre Pronchery 2008-09-02 09:35:02 +00:00
parent 5905d0f8a0
commit ce83ef3b7f

View File

@ -35,8 +35,8 @@ typedef enum _AsOption
ASO_ARCH = 0, ASO_ARCH = 0,
ASO_FORMAT ASO_FORMAT
} AsOption; } AsOption;
# define ASO_LAST ASO_FORMAT #define ASO_LAST ASO_FORMAT
# define ASO_COUNT (ASO_LAST + 1) #define ASO_COUNT (ASO_LAST + 1)
/* variables */ /* variables */