comparison oldXMenu/FindPane.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents bbce331da1be
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
1 #include "copyright.h" 1 #include "copyright.h"
2 2
3 /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/FindPane.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */ 3 /* $Header: /cvs/emacs/oldXMenu/FindPane.c,v 1.1 1999/10/03 19:35:02 fx Exp $ */
4 /* Copyright Massachusetts Institute of Technology 1985 */ 4 /* Copyright Massachusetts Institute of Technology 1985 */
5 5
6 /* 6 /*
7 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
8 * 8 *
9 * XMenuFindPane - Find the first menu pane who's label matches a 9 * XMenuFindPane - Find the first menu pane who's label matches a
10 * particular string. 10 * particular string.
11 * 11 *
12 * Author: Tony Della Fera, DEC 12 * Author: Tony Della Fera, DEC
13 * January 22, 1986 13 * January 22, 1986
14 * 14 *
15 */ 15 */
16 16
17 #include "XMenuInt.h" 17 #include "XMenuInt.h"
18 18
19 int 19 int
20 XMenuFindPane(menu, label) 20 XMenuFindPane(menu, label)
21 register XMenu *menu; 21 register XMenu *menu;
22 register char *label; 22 register char *label;
23 { 23 {
24 register XMPane *p_ptr; 24 register XMPane *p_ptr;
25 register int i = 0; 25 register int i = 0;