From 4a8130f23e381aefa6e5a262b74251c63ece34b3 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 28 May 2002 01:15:09 +0000 Subject: [PATCH] C style fix. --- src/term.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/term.c b/src/term.c index ef5c41564c7..5833a50b962 100644 --- a/src/term.c +++ b/src/term.c @@ -1,5 +1,5 @@ /* Terminal control module for terminals described by TERMCAP - Copyright (C) 1985, 86, 87, 93, 94, 95, 98, 2000, 2001 + Copyright (C) 1985, 86, 87, 93, 94, 95, 98, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -1991,7 +1991,8 @@ turn_off_face (f, face_id) capabilities in CAPS simultaneously, with foreground and background colors FG and BG. */ -int tty_capable_p (f, caps, fg, bg) +int +tty_capable_p (f, caps, fg, bg) struct frame *f; unsigned caps; unsigned long fg, bg; -- 2.39.5