diff options
Diffstat (limited to 'src_c')
| -rw-r--r-- | src_c/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src_c/common.h b/src_c/common.h index 22e6a88..5f0b976 100644 --- a/src_c/common.h +++ b/src_c/common.h @@ -8,7 +8,7 @@ #define OPCUT_SUCCESS 0 #define OPCUT_ERROR 1 -#define OPCUT_UNSOLVABLE 2 +#define OPCUT_UNSOLVABLE 42 #ifdef __cplusplus extern "C" { |
