]> Shamusworld >> Repos - rmac/blobdiff - debug.c
Fixed word reversed fixup problem.
[rmac] / debug.c
diff --git a/debug.c b/debug.c
index cb12e3da0f1c4b19af72b4f0d45c10ab09fa0add..5062b8fb5dff35829fb7108a99928ef3405c91be 100644 (file)
--- a/debug.c
+++ b/debug.c
@@ -115,7 +115,6 @@ int fudump(CHUNK * ch)
                        }
                        else
                        {
-//                             printf("`%s' ;\n", (*p.sy)->sname);
                                printf("`%s' ;", (*p.sy)->sname);
                                p.sy++;
                        }