Skip to content

Commit 8219661

Browse files
committed
Fix bug created in HEAD^^.
1 parent 1e60c4b commit 8219661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spsa_sim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ double lf_eval(lf_t *lf, params_t *p);
6666
#define OPTIONS_PARSE_THREADS 19
6767
#define OPTIONS_PARSE_HEURISTIC 20
6868
#define OPTIONS_PARSE_NUM_PARAMS 21
69-
#define OPTIONS_PARSE_UNKNOWN 99
69+
#define OPTIONS_PARSE_UNKNOWN 22
7070

7171
extern const char * options_messages[];
7272

0 commit comments

Comments
 (0)