Skip to content
Snippets Groups Projects
Commit 6474a9c7 authored by jce's avatar jce
Browse files

Cut/past error fix

parent 089ee758
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ void slurm_free_return_code_msg ( return_code_msg_t * msg ) ...@@ -20,7 +20,7 @@ void slurm_free_return_code_msg ( return_code_msg_t * msg )
void slurm_free_slurm_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) void slurm_free_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr )
{ {
if ( build_ptr ) if ( build_ptr )
{ {
......
...@@ -283,7 +283,7 @@ void inline slurm_free_last_update_msg ( last_update_msg_t * msg ) ; ...@@ -283,7 +283,7 @@ void inline slurm_free_last_update_msg ( last_update_msg_t * msg ) ;
void inline slurm_free_return_code_msg ( return_code_msg_t * msg ) ; void inline slurm_free_return_code_msg ( return_code_msg_t * msg ) ;
void inline slurm_free_job_id_msg ( job_id_msg_t * msg ) ; void inline slurm_free_job_id_msg ( job_id_msg_t * msg ) ;
void inline slurm_free_slurm_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) ; void inline slurm_free_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) ;
void inline slurm_free_job_desc_msg ( job_desc_msg_t * msg ) ; void inline slurm_free_job_desc_msg ( job_desc_msg_t * msg ) ;
void inline slurm_free_node_registration_status_msg ( slurm_node_registration_status_msg_t * msg ) ; void inline slurm_free_node_registration_status_msg ( slurm_node_registration_status_msg_t * msg ) ;
......
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