Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mace4.src/msearch.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ BOOL iterate_ok(int n, char *class)
*************/

static
int next_domain_size(n)
int next_domain_size(int n)
{
int top = (parm(Opt->end_size) == -1 ? INT_MAX : parm(Opt->end_size));

Expand Down
2 changes: 1 addition & 1 deletion mace4.src/select.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ int select_concentric(int min_id, int max_id)
*
*************/

int select_concentric_band(min_id, max_id, max_constrained)
int select_concentric_band(int min_id, int max_id, int max_constrained)
{
int max = -1;
int id_of_max = -1;
Expand Down