Skip to content

Commit

Permalink
Append proper file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Ferguson committed Apr 16, 2012
1 parent 5ca68c9 commit 35203cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembler.go
Expand Up @@ -344,6 +344,6 @@ func main() {
lineNumber++
}

ioutil.WriteFile("output.dasm", buffer.Bytes(), 0666)
ioutil.WriteFile("output.dcpx", buffer.Bytes(), 0666)
}
}

0 comments on commit 35203cc

Please sign in to comment.