mirror of https://codeberg.org/hako/Rosenthal.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
365 B
12 lines
365 B
diff --git a/linux-libre-deblob-check b/linux-libre-deblob-check |
|
index 3de0900..e4c7591 100644 |
|
--- a/linux-libre-deblob-check |
|
+++ b/linux-libre-deblob-check |
|
@@ -7974,6 +7974,6 @@ $eormatch /^[;][/][*]end .*[*][/][;]$eornl$/ { |
|
for (i = nfilenames; --i > 0;) |
|
print filenames[i] " within"; |
|
print filenames[0]; |
|
- exit (1); |
|
+ exit (0); |
|
} |
|
}
|
|
|