From bed916e4aacc9256e53e26041ad667a9cc4eb185 Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 22 Apr 2016 18:37:04 +0100 Subject: [PATCH] use correct constant --- src/rct2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rct2.c b/src/rct2.c index 396c5920ee..7fbeb00839 100644 --- a/src/rct2.c +++ b/src/rct2.c @@ -510,5 +510,5 @@ uint32 get_file_extension_type(const utf8 *path) if (strcicmp(extension, ".sc6") == 0) return FILE_EXTENSION_SC6; if (strcicmp(extension, ".sv6") == 0) return FILE_EXTENSION_SV6; if (strcicmp(extension, ".td6") == 0) return FILE_EXTENSION_TD6; - return FILE_TYPE_UNKNOWN; + return FILE_EXTENSION_UNKNOWN; } \ No newline at end of file