Skip to content

Commit f3537d1

Browse files
committed
job-list: remove double semicolon
Problem: There was an errant double semicolon. Solution: Remove it!
1 parent 6462184 commit f3537d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/job-list/match.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ int job_match (const struct job *job,
5252

5353
int job_match_config_reload (struct match_ctx *mctx,
5454
const flux_conf_t *conf,
55-
flux_error_t *errp);;
55+
flux_error_t *errp);
5656

5757
#endif /* !HAVE_JOB_LIST_MATCH_H */

0 commit comments

Comments
 (0)