From 2c540b735a813afc161c12d8c2bc400eb7e04196 Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Sat, 25 Aug 2007 09:58:30 +0000 Subject: [PATCH] report freeldr bugs at ros-dev@reactos.org svn path=/trunk/; revision=28538 --- reactos/boot/freeldr/freeldr/arch/i386/i386trap.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/arch/i386/i386trap.S b/reactos/boot/freeldr/freeldr/arch/i386/i386trap.S index 4a367311677..5410d88b39a 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/i386trap.S +++ b/reactos/boot/freeldr/freeldr/arch/i386/i386trap.S @@ -83,7 +83,7 @@ i386ExceptionHandlerText: .ascii "An error occured in FreeLoader\n" .ascii VERSION .ascii "\n" - .asciz "Report this error to the ReactOS Development mailing list \n\n" + .asciz "Report this error to the ReactOS Development mailing list \n\n" i386DivideByZeroText: .asciz "Exception 00: DIVIDE BY ZERO\n\n"