소스 검색

Fix error in last commit, include name must be enclosed in double quotes

git-svn-id: trunk@23830 -
pierre 12 년 전
부모
커밋
350ae58dc9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/openbsd/i386/dllprt0.as

+ 1 - 1
rtl/openbsd/i386/dllprt0.as

@@ -1 +1 @@
-.include i386/cprt0.as
+.include "i386/cprt0.as"