Skip to content
Snippets Groups Projects
Commit 62af2dbd authored by Moe Jette's avatar Moe Jette
Browse files

add missing ";"

parent f3ae2000
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ hv_to_slurm_step_ctx_params(HV* hv, slurm_step_ctx_params_t* params)
FETCH_FIELD(hv, params, node_list, charp, FALSE);
FETCH_FIELD(hv, params, network, charp, FALSE);
FETCH_FIELD(hv, params, overcommit, bool, FALSE);
FETCH_FIELD(hv, params, mem_per_task, uint16_t, FALSE)
FETCH_FIELD(hv, params, mem_per_task, uint16_t, FALSE);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment