From 7c91c76265a3ce29396715fe098946e351f7eb09 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 26 Nov 2020 15:48:56 -0500 Subject: [PATCH] remove a comma at the end of an enumerator list --- include/you.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/you.h b/include/you.h index 738fb61e9..c8d4c4fe6 100644 --- a/include/you.h +++ b/include/you.h @@ -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 ***/