]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix build error in frame.h on non-NS
authorİ. Göktuğ Kayaalp <self@gkayaalp.com>
Sun, 4 Apr 2021 02:14:29 +0000 (04:14 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 4 Apr 2021 02:14:29 +0000 (04:14 +0200)
* src/frame.h (FRAME_SCALE_FACTOR): Fix syntax of macro in
previous change.

src/frame.h

index 9963112036fc9ebbda871d78ef434096b3ae670a..0fd95e4dd3cfcd2cdfa33e87c83d8821222f72fe 100644 (file)
@@ -911,7 +911,7 @@ default_pixels_per_inch_y (void)
 #if defined HAVE_NS
 # define FRAME_SCALE_FACTOR(f) (FRAME_NS_P (f) ? ns_frame_scale_factor (f) : 1)
 #else
-# define FRAME_SCALE_FACTOR(f) 1;
+# define FRAME_SCALE_FACTOR(f) 1
 #endif
 
 /* Pixel width of frame F.  */