Skip to content

Commit

Permalink
tidied up default warning message slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Apr 2, 2009
1 parent 3ad32e1 commit d981bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/control.pir
Expand Up @@ -390,7 +390,7 @@ on error.

message = list.'join'('')
if message > '' goto have_message
message = "Warning! Something's wrong\n"
message = "Warning! Something's wrong.\n"
have_message:
## count_eh is broken
# $I0 = count_eh
Expand Down

0 comments on commit d981bae

Please sign in to comment.