diff options
author | rws <empty> | 1991-07-23 12:13:52 +0000 |
---|---|---|
committer | rws <empty> | 1991-07-23 12:13:52 +0000 |
commit | c8b0120957e0e27cb417123af07890186ef957ea (patch) | |
tree | 7cc49cad5eafa42e50eccbee961e9dac48308e01 /xc/lib/Xaw/SmeLine.c | |
parent | 181a83b0fe0c52042cf6eb3068707c28da0fb26e (diff) |
lint
Diffstat (limited to 'xc/lib/Xaw/SmeLine.c')
-rw-r--r-- | xc/lib/Xaw/SmeLine.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/lib/Xaw/SmeLine.c b/xc/lib/Xaw/SmeLine.c index 0b909836b..dbac9fbb1 100644 --- a/xc/lib/Xaw/SmeLine.c +++ b/xc/lib/Xaw/SmeLine.c @@ -1,4 +1,4 @@ -/* $XConsortium: SmeLine.c,v 1.11 91/02/17 16:12:55 converse Exp $ */ +/* $XConsortium: SmeLine.c,v 1.12 91/02/19 16:09:57 converse Exp $ */ /* * Copyright 1989 Massachusetts Institute of Technology @@ -199,6 +199,7 @@ Widget w; * Returns: none */ +/*ARGSUSED*/ static void Redisplay(w, event, region) Widget w; |