summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzaptel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel.c b/zaptel.c
index 445a78a..b387a29 100755
--- a/zaptel.c
+++ b/zaptel.c
@@ -441,7 +441,7 @@ static int zaptel_proc_read(char *page, char **start, off_t off, int count, int
if (off > 0)
return 0;
- (long *)span = data;
+ span = (long)data;
if (!span)
return 0;