Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
6dbed52
in buchla-68k for
libcio
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/17/2017 04:07:19 AM (
8 years
ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
703d4d0
Parents:
499da16
Message:
Explicitly mark fall-throughs.
File:
1 edited
libcio/scan.c
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
libcio/scan.c
r499da16
r6dbed52
148
148
case 'D':
149
149
lflag = TRUE;
150
/* fall through */
150
151
151
152
case 'd':
…
…
157
158
case 'X':
158
159
lflag = TRUE;
160
/* fall through */
159
161
160
162
case 'x':
…
…
165
167
case 'O':
166
168
lflag = TRUE;
169
/* fall through */
167
170
168
171
case 'o':
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive