diff src/term.c @ 45548:612208417377

C style fix.
author Miles Bader <miles@gnu.org>
date Tue, 28 May 2002 01:15:09 +0000
parents 1513f6afe56f
children aec8f44db426
line wrap: on
line diff
--- a/src/term.c	Mon May 27 22:14:52 2002 +0000
+++ b/src/term.c	Tue May 28 01:15:09 2002 +0000
@@ -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 @@
    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;