diff options
Diffstat (limited to 'common/memstream.h')
-rw-r--r-- | common/memstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/memstream.h b/common/memstream.h index 497a178ab9..260fb64d84 100644 --- a/common/memstream.h +++ b/common/memstream.h @@ -173,6 +173,6 @@ public: bool seek(int32 offset, int whence = SEEK_SET); }; -} // End of namespace Common +} // End of namespace Common #endif |