aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdraw/arith.c')
-rw-r--r--src/libdraw/arith.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libdraw/arith.c b/src/libdraw/arith.c
index 1b19fc1c..d7c067a3 100644
--- a/src/libdraw/arith.c
+++ b/src/libdraw/arith.c
@@ -201,4 +201,3 @@ Pfmt(Fmt *f)
p = va_arg(f->args, Point);
return fmtprint(f, "[%d %d]", p.x, p.y);
}
-