]> Shamusworld >> Repos - rmac/blobdiff - direct.c
Fixed bug when expanding macros with comments that have @, \, etc.
[rmac] / direct.c
index 3ae88cafa7bcf642d7fd0a2f78af14210ca04f65..dc44e8e62371b5b5eb72229801c8800bd347fdf6 100644 (file)
--- a/direct.c
+++ b/direct.c
@@ -1613,5 +1613,7 @@ int d_opt(void)
                else
                        return error(".opt directive needs every switch enclosed inside quotation marks");
        }
+
+       return OK;
 }