Skip to content

Commit 6833fee

Browse files
author
Colin Robertson
authored
Add language to code block
1 parent d4b50ff commit 6833fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-language/c-bit-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Bit fields defined as **`int`** are treated as **`signed`**. A Microsoft extensi
4848

4949
Bit fields are allocated within an integer from least-significant to most-significant bit. In the following code
5050

51-
```
51+
```C
5252
struct mybitfields
5353
{
5454
unsigned short a : 4;

0 commit comments

Comments
 (0)