remove a comma at the end of an enumerator list

This commit is contained in:
nhmall
2020-11-26 15:48:56 -05:00
parent b2199840cd
commit 7c91c76265

View File

@@ -340,7 +340,7 @@ enum utotypes {
UTOTYPE_FALLING = 0x02,
UTOTYPE_PORTAL = 0x04,
UTOTYPE_RMPORTAL = 0x10, /* remove portal */
UTOTYPE_DEFERRED = 0x20, /* deferred_goto */
UTOTYPE_DEFERRED = 0x20 /* deferred_goto */
};
/*** Information about the player ***/