Skip to content

Commit

Permalink
Do not concat
Browse files Browse the repository at this point in the history
  • Loading branch information
perezzini committed Dec 4, 2017
1 parent 86f4375 commit 8121787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tigerframe.sml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ struct
val body = body
val epilogue = String.concat [
"\tleave # epilogue\n",
"\t"^"ret"^" # epilogue\n"
"\tret # epilogue\n"
]
in
String.concat [
Expand Down

0 comments on commit 8121787

Please sign in to comment.