aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/heapmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/heapmem.h')
-rw-r--r--engines/tinsel/heapmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/heapmem.h b/engines/tinsel/heapmem.h
index 7fb85985a9..358c5f77b5 100644
--- a/engines/tinsel/heapmem.h
+++ b/engines/tinsel/heapmem.h
@@ -104,6 +104,6 @@ bool HeapCompact( // Allocates the specified number of bytes from the specified
long size, // number of bytes to free up
bool bDiscard); // when set - will discard blocks to fullfill the request
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif