diff options
Diffstat (limited to 'src/utils/physfstools.h')
-rw-r--r-- | src/utils/physfstools.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/physfstools.h b/src/utils/physfstools.h index 47625ca76..cb64a981b 100644 --- a/src/utils/physfstools.h +++ b/src/utils/physfstools.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef UTILS_PHYSFS_H -#define UTILS_PHYSFS_H +#ifndef UTILS_PHYSFSTOOLS_H +#define UTILS_PHYSFSTOOLS_H #include <physfs.h> @@ -45,4 +45,4 @@ namespace PhysFs extern const char *dirSeparator; -#endif // UTILS_PHYSFS_H +#endif // UTILS_PHYSFSTOOLS_H |