aboutsummaryrefslogtreecommitdiff
path: root/src/lpt.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 12:11:24 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 12:11:24 +0000
commit1b67b9b68a88c3c365caa24f4edd415726948734 (patch)
treebf630dac330cfd0045af27744e61511813552fe0 /src/lpt.c
parentcecea45d580c99f052409a53e7c3007754e9f3f5 (diff)
run with "-pedantic" and "-std=c99": removed warnings
svn path=/trunk/externals/zexy/; revision=9113
Diffstat (limited to 'src/lpt.c')
-rw-r--r--src/lpt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lpt.c b/src/lpt.c
index 42d986f..d8c49bd 100644
--- a/src/lpt.c
+++ b/src/lpt.c
@@ -107,7 +107,7 @@ typedef struct _lpt
unsigned long port;
int device; /* file descriptor of device, in case we are using one ...*/
- int mode; // MODE_IOPERM, MODE_IOPL
+ int mode; /* MODE_IOPERM, MODE_IOPL */
} t_lpt;
static void lpt_float(t_lpt *x, t_floatarg f)
@@ -237,7 +237,6 @@ static void *lpt_new(t_symbol *s, int argc, t_atom *argv)
x->mode=MODE_NONE;
} else x->mode=MODE_IOPL;
count_iopl++;
- // post("iopl.............................%d", count_iopl);
}
if(x->mode==MODE_NONE){