Skip to content

Commit 38c4d52

Browse files
Forgot semicolon
1 parent fb9743d commit 38c4d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/IO/PIO/ParallelIO/src/clib/pioc_support.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ print_trace(FILE *fp)
550550

551551
free(strings);
552552
#else
553-
(void)fp
553+
(void)fp;
554554
#endif /* PLATFORM_HAS_EXECINFO */
555555
}
556556

0 commit comments

Comments
 (0)