Skip to content
This repository was archived by the owner on Mar 4, 2018. It is now read-only.

Commit d4030b2

Browse files
committed
Fix for directive convert
1 parent 368f8fa commit d4030b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LanguageTools/RPGFree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static string getFree(string input)
2727
{
2828
case '/':
2929
if (line.ToUpper() == "FREE" || line.ToUpper() == "END-FREE") return "*BLANK";
30-
return "".PadLeft(6) + "/" + line;
30+
return "";
3131
case '*':
3232
if (line == "")
3333
{

0 commit comments

Comments
 (0)