diff options
Diffstat (limited to 'src/engine/shared')
| -rw-r--r-- | src/engine/shared/filecollection.cpp | 2 | ||||
| -rw-r--r-- | src/engine/shared/filecollection.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/shared/filecollection.cpp b/src/engine/shared/filecollection.cpp index c7db92a6..622534f2 100644 --- a/src/engine/shared/filecollection.cpp +++ b/src/engine/shared/filecollection.cpp @@ -183,4 +183,4 @@ int CFileCollection::FilelistCallback(const char *pFilename, int IsDir, int Stor pThis->AddEntry(Timestamp); return 0; -} \ No newline at end of file +} diff --git a/src/engine/shared/filecollection.h b/src/engine/shared/filecollection.h index c7548a8b..ac633892 100644 --- a/src/engine/shared/filecollection.h +++ b/src/engine/shared/filecollection.h @@ -32,4 +32,4 @@ public: static int FilelistCallback(const char *pFilename, int IsDir, int StorageType, void *pUser); }; -#endif \ No newline at end of file +#endif |