summaryrefslogtreecommitdiff
path: root/smu.c
diff options
context:
space:
mode:
Diffstat (limited to 'smu.c')
-rw-r--r--smu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/smu.c b/smu.c
index 71055e5..dfee8ce 100644
--- a/smu.c
+++ b/smu.c
@@ -517,8 +517,8 @@ process(const char *begin, const char *end, int newblock) {
int
main(int argc, char *argv[]) {
char *buffer;
- int s, len;
- unsigned int bsize;
+ int s;
+ unsigned long len, bsize;
source = stdin;
if(argc > 1 && strcmp("-v", argv[1]) == 0)