diff --git a/sc2/src/sc2code/displist.h b/sc2/src/sc2code/displist.h index a7066f2ef..4876b67b0 100644 --- a/sc2/src/sc2code/displist.h +++ b/sc2/src/sc2code/displist.h @@ -42,7 +42,7 @@ typedef struct link HLINK succ; } LINK; -typedef struct queue +typedef struct /* queue */ { HLINK head; HLINK tail;