]> git.sur5r.net Git - cc65/blobdiff - src/cc65/funcdesc.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / funcdesc.c
index 874dfb101dc424e8cf2cf3e657acb7b53c49335e..b9561a97cc4d6a68040a33d2ceadb0f61125f1a7 100644 (file)
@@ -73,6 +73,3 @@ void FreeFuncDesc (FuncDesc* F)
     /* Free the structure */
     xfree (F);
 }
-
-
-