mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-04-27 18:24:42 +00:00
Update src/CFixer/main.cpp
Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
42b98a6b92
commit
9ed2b31bda
@ -28,7 +28,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
bool runProc = worker.run();
|
bool runProc = worker.run();
|
||||||
if (!runProc) {
|
if (!runProc) {
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user