Skip to content

Commit 71edec7

Browse files
authored
Merge pull request #7905 from tautschnig/bugfixes/fix-check-help
Fix help formatting of checks
2 parents 8a5094f + b4f25af commit 71edec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/goto_check_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void goto_check_c(
6363
"enable pointer arithmetic over- and underflow checks\n" \
6464
" {y--conversion-check} \t " \
6565
"check whether values can be represented after type cast\n" \
66-
" {y--undefined-shift-check} \t check shift greater than bit-width" \
66+
" {y--undefined-shift-check} \t check shift greater than bit-width\n" \
6767
" {y--float-overflow-check} \t check floating-point for +/-Inf\n" \
6868
" {y--nan-check} \t check floating-point for NaN\n" \
6969
" {y--enum-range-check} \t " \

0 commit comments

Comments
 (0)