summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/bitmap.c')
-rw-r--r--usr.bin/ssh/bitmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/ssh/bitmap.c b/usr.bin/ssh/bitmap.c
index cd9df8c77e6..4d66e97f714 100644
--- a/usr.bin/ssh/bitmap.c
+++ b/usr.bin/ssh/bitmap.c
@@ -152,7 +152,6 @@ bitmap_nbits(struct bitmap *b)
bits--;
}
return bits;
-
}
size_t
@@ -179,7 +178,6 @@ bitmap_to_string(struct bitmap *b, void *p, size_t l)
s[need - 1 - k++] = (b->d[i] >> (j * 8)) & 0xff;
}
}
-
return 0;
}