1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00

NO_OPERATION = 10;

This commit is contained in:
Reinhard Pointner 2019-02-21 20:48:24 +07:00
parent adf3007372
commit 111e4661d9

View File

@ -12,4 +12,6 @@ public class ExitCode {
public static final int DIE = 4;
public static final int NO_OPERATION = 10;
}