From edd59a4eb59307c4930c2368b85d12bf18414410 Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 23 Sep 2013 11:56:41 +0000 Subject: [PATCH] Add missing i after dollar for include directive git-svn-id: trunk@25539 - --- rtl/mipsel/set.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/mipsel/set.inc b/rtl/mipsel/set.inc index ab47e73539..4402518078 100644 --- a/rtl/mipsel/set.inc +++ b/rtl/mipsel/set.inc @@ -1 +1 @@ -{$ ../mips/set.inc} \ No newline at end of file +{$i ../mips/set.inc}