aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/vsnprint.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-09-17 22:08:43 +0000
committerrsc <devnull@localhost>2004-09-17 22:08:43 +0000
commitb4c842f139b47e1c999eb395f348c236af83143b (patch)
treed015e0e9242afb97140efc9f94aa809e15f08f54 /src/lib9/fmt/vsnprint.c
parent4611e331e78282633bd338d9ed4f6b9d8f955bbd (diff)
downloadplan9port-b4c842f139b47e1c999eb395f348c236af83143b.tar.gz
plan9port-b4c842f139b47e1c999eb395f348c236af83143b.tar.bz2
plan9port-b4c842f139b47e1c999eb395f348c236af83143b.zip
small tweaks
Diffstat (limited to 'src/lib9/fmt/vsnprint.c')
-rw-r--r--src/lib9/fmt/vsnprint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib9/fmt/vsnprint.c b/src/lib9/fmt/vsnprint.c
index ad64203a..7272ab62 100644
--- a/src/lib9/fmt/vsnprint.c
+++ b/src/lib9/fmt/vsnprint.c
@@ -20,7 +20,6 @@ int
vsnprint(char *buf, int len, char *fmt, va_list args)
{
Fmt f;
- int x = 0;
if(len <= 0)
return -1;