소스 검색

Revert unintentional change.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@880 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 년 전
부모
커밋
67d8237453
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;