Browse Source

Cleanups.

Mark Sibly 8 years ago
parent
commit
dc8cf14774
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mx2cc/docs/docsmaker.monkey2

+ 1 - 1
src/mx2cc/docs/docsmaker.monkey2

@@ -207,7 +207,7 @@ Class DocsMaker
 	
 	Method ResolveLink:String( path:String,name:String,scope:Scope )
 	
-		Print "Find link:"+path
+'		Print "Find link:"+path
 	
 		Local i0:=0
 		Local tpath:=""