Skip to content
Snippets Groups Projects
Commit 2467e0ad authored by Danny Auble's avatar Danny Auble
Browse files

Add missing ;

parent ef0bc179
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ extern int container_p_create(uint32_t job_id)
/* Add proctrack container (PAGG) to a job container */
extern int container_p_add_cont(uint32_t job_id, uint64_t cont_id)
{
jid_t cjob_id = cont_id
jid_t cjob_id = cont_id;
rid_t resv_id = job_id;
int rc;
......
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