From: Martin Rudalics Date: Tue, 26 Jan 2021 09:59:59 +0000 (+0100) Subject: Fix typo in last change of FRAME_INTERNAL_BORDER_WIDTH X-Git-Tag: emacs-28.0.90~4115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c314f3dd23257d574644563665ade9497d86b70;p=emacs.git Fix typo in last change of FRAME_INTERNAL_BORDER_WIDTH * src/frame.h (FRAME_INTERNAL_BORDER_WIDTH): Fix typo in last change. --- diff --git a/src/frame.h b/src/frame.h index 7b3bf20a241..4bd01243f66 100644 --- a/src/frame.h +++ b/src/frame.h @@ -1455,7 +1455,7 @@ FRAME_INTERNAL_BORDER_WIDTH (struct frame *f) : frame_dimension (f->internal_border_width)) : frame_dimension (f->internal_border_width); #else - return frame_dimension (f->internal_border_width) + return frame_dimension (f->internal_border_width); #endif }