From e14e13a4cdb8990bfceecb61b52f4a635c35eb60 Mon Sep 17 00:00:00 2001 From: Fred Pierresteguy Date: Mon, 14 Mar 1994 17:07:06 +0000 Subject: *** empty log message *** --- lwlib/lwlib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lwlib/lwlib.c') diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index ec83a3f5cb6..4e7e807f80d 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -331,7 +331,8 @@ get_widget_info (id, remove_p) /* Internal function used by the library dependent implementation to get the widget_value for a given widget in an instance */ widget_info * -lw_get_widget_info (LWLIB_ID id) +lw_get_widget_info (id) + LWLIB_ID id; { return get_widget_info (id, 0); } -- cgit v1.2.1