aboutsummaryrefslogtreecommitdiff
path: root/src/base/fmt/vfprint.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-02 09:18:24 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-02 09:18:24 -0800
commitf7a916f7620c749d440cb6a76010641675217689 (patch)
treea77f29c25f6143645f11cefa6f30c22daa1c6549 /src/base/fmt/vfprint.c
parentabd5a5b67e5b87a1de73761172ff51cf2f8e1213 (diff)
many small updates
Diffstat (limited to 'src/base/fmt/vfprint.c')
-rw-r--r--src/base/fmt/vfprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/fmt/vfprint.c b/src/base/fmt/vfprint.c
index 4306ea7..4cefcb7 100644
--- a/src/base/fmt/vfprint.c
+++ b/src/base/fmt/vfprint.c
@@ -3,7 +3,7 @@
int
fmt·vfprint(int fd, char *fmt, va_list args)
{
- int n;
+ int n;
fmt·State io;
char buf[256];