From 3a4195e4293dce547f9fd671063d9b65ca14cc56 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 1 Apr 2013 01:53:29 +0000 Subject: More C cleanups --- src/graph/view2D/spadAction2d.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/graph') diff --git a/src/graph/view2D/spadAction2d.c b/src/graph/view2D/spadAction2d.c index eafd4325..60789eb1 100644 --- a/src/graph/view2D/spadAction2d.c +++ b/src/graph/view2D/spadAction2d.c @@ -69,7 +69,7 @@ extern int viewAloned; int spadAction(void) { - int code,viewCommand; + int viewCommand; float f1,f2; int i1,i2,i3,viewGoAhead; static int ack = 1; @@ -121,7 +121,7 @@ spadAction(void) break; case closeAll2D: - code = check(write(Socket,&ack,intSize)); + check(write(Socket,&ack,intSize)); goodbye(-1); case ps2D: @@ -282,7 +282,7 @@ spadAction(void) ack++; - code = check(write(Socket,&ack,intSize)); + check(write(Socket,&ack,intSize)); return(0); } -- cgit v1.2.3