aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/trip5xf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/trip5xf.cpp')
-rw-r--r--engines/avalanche/trip5xf.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/trip5xf.cpp b/engines/avalanche/trip5xf.cpp
index 09a8eac89d..f83f9c7ec2 100644
--- a/engines/avalanche/trip5xf.cpp
+++ b/engines/avalanche/trip5xf.cpp
@@ -28,6 +28,7 @@
#include "graph.h"
/*#include "Crt.h"*/
+namespace Avalanche {
const string crlf = string('\15')+'\12'; const char eof_ = '\32';
const array<1,177,char> trip5head =
@@ -193,4 +194,6 @@ int main(int argc, const char* argv[])
blockwrite(out,trip5foot,50);
close(out);
return EXIT_SUCCESS;
-} \ No newline at end of file
+}
+
+} // End of namespace Avalanche. \ No newline at end of file