aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/fpformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmach/fpformat.c')
-rw-r--r--src/libmach/fpformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmach/fpformat.c b/src/libmach/fpformat.c
index a94a096a..c76cca3e 100644
--- a/src/libmach/fpformat.c
+++ b/src/libmach/fpformat.c
@@ -35,7 +35,7 @@ fpformat(Map *map, Regdesc *rp, char *buf, uint n, uint modif)
if (rp->format == 'F')
return 1;
return 2;
- }
+ }
/* treat it like 'f' */
if (get1(map, rp->offset, (uchar *)reg, 4) < 0)
return -1;