From 95ac085804e7e0939f24f42eccaadd50cb4335fe Mon Sep 17 00:00:00 2001 From: R-YaTian <47445484+R-YaTian@users.noreply.github.com> Date: Sun, 8 May 2022 13:47:12 +0800 Subject: [PATCH] Derp fix --- pfbneo/sources/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfbneo/sources/main.cpp b/pfbneo/sources/main.cpp index ef0a2271..e49babf9 100644 --- a/pfbneo/sources/main.cpp +++ b/pfbneo/sources/main.cpp @@ -51,7 +51,7 @@ void BurnPathsInit(C2DIo *io); INT32 GetIpsesMaxLen(char *) { - return 0; + return 0; } int main(int argc, char **argv) {