From: Jan Djärv Date: Fri, 14 Sep 2007 06:18:48 +0000 (+0000) Subject: (enum): Remove trailing comma. X-Git-Tag: emacs-pretest-22.1.90~820 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8316a7ceccd42ee9eaca7bc2d51b7f9de5e4b98;p=emacs.git (enum): Remove trailing comma. --- diff --git a/src/frame.h b/src/frame.h index 1a827e786ea..0db7b433a32 100644 --- a/src/frame.h +++ b/src/frame.h @@ -1036,7 +1036,7 @@ enum FULLSCREEN_WIDTH = 1, FULLSCREEN_HEIGHT = 2, FULLSCREEN_BOTH = 3, - FULLSCREEN_WAIT = 4, + FULLSCREEN_WAIT = 4 };