Browse Source

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

git-svn-id: trunk@23830 -
pierre 12 years ago
parent
commit
350ae58dc9
1 changed files with 1 additions and 1 deletions
  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"