Skip to content

Commit 484f63f

Browse files
authored
Merge pull request #1184 from xexyl/picky
Fix make picky in mkiocccentry
2 parents 5228361 + 67e6ec3 commit 484f63f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkiocccentry.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -3168,7 +3168,8 @@ check_submission_dir(struct info *infop, char *submit_path, char *topdir_path,
31683168
*/
31693169
fname = dyn_array_value(extra_files, char *, i);
31703170
if (p == NULL) {
3171-
err(99, __func__, "found NULL pointer in extra files list in submission directory, element: %ju", (uintmax_t)i);
3171+
err(99, __func__, "found NULL pointer in extra files list in submission directory, element: %ju",
3172+
(uintmax_t)i);
31723173
not_reached();
31733174
}
31743175

0 commit comments

Comments
 (0)