summaryrefslogtreecommitdiff
path: root/lib/fpu.c
diff options
context:
space:
mode:
authorPixel <>2001-04-16 15:12:16 +0000
committerPixel <>2001-04-16 15:12:16 +0000
commite09044e963015cf672d0f992264ee1563717602a (patch)
tree1a55d7d5e46401a41ca7bc24e597d90b0b720601 /lib/fpu.c
parent3953a2906211a6c0007079dcafe66aa372ab33d1 (diff)
Indentation
Diffstat (limited to 'lib/fpu.c')
-rw-r--r--lib/fpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fpu.c b/lib/fpu.c
index bb59aa3..f478ecd 100644
--- a/lib/fpu.c
+++ b/lib/fpu.c
@@ -11,5 +11,5 @@
void fpu(Uint32 opcode)
{
- exception(1,_("FPU not implemented"));
+ exception(1, _("FPU not implemented"));
}