Typo fix and removal of a semicolon in the name of consistency?

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40461
This commit is contained in:
Scott Ehlert 2007-02-08 04:56:08 +00:00
parent db676e8bfc
commit 1300048946
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ public:
} }
/** /**
* @brief Called after SourceMod is completely shutted down * @brief Called after SourceMod is completely shut down
*/ */
virtual void OnSourceModAllShutdown() virtual void OnSourceModAllShutdown()
{ {

View File

@ -134,6 +134,6 @@ namespace SourceMod
*/ */
virtual size_t CreateMemory(size_t size, void **addr) =0; virtual size_t CreateMemory(size_t size, void **addr) =0;
}; };
}; }
#endif //_INCLUDE_SOURCEMOD_INTERFACE_DATAPACK_H_ #endif //_INCLUDE_SOURCEMOD_INTERFACE_DATAPACK_H_