Explorar o código

Revert unintentional change.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@880 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler %!s(int64=17) %!d(string=hai) anos
pai
achega
67d8237453
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      SourceFileUnit.pas

+ 2 - 2
SourceFileUnit.pas

@@ -1877,7 +1877,7 @@ begin
 				Line [P] := '''';
 		until P <= 0;
 		repeat
-			P := Pos ('', Line);
+			P := Pos ('´', Line);
 			if P > 0 then
 				Line [P] := '''';
 		until P <= 0;
@@ -2158,7 +2158,7 @@ begin
 				Line [P] := '''';
 		until P <= 0;
 		repeat
-			P := Pos ('', Line);
+			P := Pos ('´', Line);
 			if P > 0 then
 				Line [P] := '''';
 		until P <= 0;