From 15847a54d449d143bab7a0bb5847d1d19d7c1f6c Mon Sep 17 00:00:00 2001 From: Jai Luthra Date: Fri, 19 Sep 2025 13:17:48 +0530 Subject: [PATCH] linux: nvfbc: fix missing paren Fixes #1002 --- patch-fbc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patch-fbc.sh b/patch-fbc.sh index 5e6bb7d..2e8097b 100755 --- a/patch-fbc.sh +++ b/patch-fbc.sh @@ -248,6 +248,7 @@ declare -A patch_list=( ["580.76.05"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' ["580.82.07"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' ["580.82.09"]='s/\x85\xc0\x0f\x85\xd4\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' +) check_version_supported () { local ver="$1"