mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
More sonarlint work
This commit is contained in:
@@ -283,7 +283,7 @@ process_char(prnt_t *dev, uint8_t ch)
|
||||
dev->curr_x = 0;
|
||||
if (!dev->autofeed)
|
||||
return 1;
|
||||
/*FALLTHROUGH*/
|
||||
[[fallthrough]];
|
||||
|
||||
case 0x0a: /* Line feed */
|
||||
dev->curr_x = 0;
|
||||
|
||||
Reference in New Issue
Block a user