From: Miles Bader Date: Tue, 28 May 2002 01:15:09 +0000 (+0000) Subject: C style fix. X-Git-Tag: ttn-vms-21-2-B4~14848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a8130f23e381aefa6e5a262b74251c63ece34b3;p=emacs.git C style fix. --- 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;