From 4afb3d5b4f2e9e72e63bb1da6f46f870b0a66577 Mon Sep 17 00:00:00 2001 From: bnnm Date: Mon, 2 Sep 2024 00:00:12 +0200 Subject: [PATCH] Fix .nfx extension --- src/formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formats.c b/src/formats.c index 622cf6e7..506bbf08 100644 --- a/src/formats.c +++ b/src/formats.c @@ -392,7 +392,7 @@ static const char* extension_list[] = { "npsf", //fake extension/header id for .nps (in bigfiles) "nsa", "nsopus", - "ntx", + "nfx", "nub", "nub2", "nus3audio",