diff lwlib/lwlib.c @ 6333:f3fe542e8cd7

*** empty log message ***
author Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
date Mon, 14 Mar 1994 17:07:06 +0000
parents 19fc40b33f52
children 4a5d0d109242
line wrap: on
line diff
--- a/lwlib/lwlib.c	Mon Mar 14 17:02:21 1994 +0000
+++ b/lwlib/lwlib.c	Mon Mar 14 17:07:06 1994 +0000
@@ -331,7 +331,8 @@
 /* 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);
 }