summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.c
diff options
context:
space:
mode:
authorFred Pierresteguy <F.Pierresteguy@frcl.bull.fr>1994-03-14 17:07:06 +0000
committerFred Pierresteguy <F.Pierresteguy@frcl.bull.fr>1994-03-14 17:07:06 +0000
commite14e13a4cdb8990bfceecb61b52f4a635c35eb60 (patch)
tree2324cbcbbe624097139dfc5fc30741e1203db230 /lwlib/lwlib.c
parent15ba97a047472b9b6056f41425ffebad8fdbb430 (diff)
downloademacs-e14e13a4cdb8990bfceecb61b52f4a635c35eb60.tar.gz
*** empty log message ***
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r--lwlib/lwlib.c3
1 files changed, 2 insertions, 1 deletions
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);
}