Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Apr 19, 2009
1 parent 452ff73 commit b537457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format/abc/Writer.hx
Expand Up @@ -333,7 +333,7 @@ class Writer {

public static function write( out, data ) {
var w = new Writer(out);
w.write(data);
w.writeABC(data);
}

}

0 comments on commit b537457

Please sign in to comment.