diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-02-06 01:45:17 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-02-06 01:45:17 -0700 |
commit | b93bfc4380264322680a0a79f7b05e3db05257b6 (patch) | |
tree | a661d9074ee7208f83121aeecf65fe7038559968 /src/situation.cpp | |
parent | 19e2b8cae9c66a6c971fa088642bec739067c7ad (diff) | |
download | stage-0.03.tar.gz stage-0.03.tar.bz2 stage-0.03.tar.xz stage-0.03.zip |
Correct errors for improper input.0.03
Diffstat (limited to 'src/situation.cpp')
-rw-r--r-- | src/situation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/situation.cpp b/src/situation.cpp index 923eea7..1d3a853 100644 --- a/src/situation.cpp +++ b/src/situation.cpp | |||
@@ -75,5 +75,7 @@ Bu::Formatter &operator<<( Bu::Formatter &f, Situation::Mode m ) | |||
75 | case Situation::modeEnter: | 75 | case Situation::modeEnter: |
76 | return f << "Enter"; | 76 | return f << "Enter"; |
77 | } | 77 | } |
78 | |||
79 | return f << "**ERROR**"; | ||
78 | } | 80 | } |
79 | 81 | ||