You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/xml2doc/files/xml2doc-20030510-gcc10-no-c...

19 lines
195 B

--- a/src/defs.h
+++ b/src/defs.h
@@ -18,13 +18,13 @@
/* Global vars */
-enum
+enum align
{
ALIGN_RIGHT,
ALIGN_LEFT,
ALIGN_JUSTIFY,
ALIGN_CENTER
-} align;
+};
typedef struct
{