Skip to content

Commit 700a52c

Browse files
authored
Update compiler-error-c2103.md
note that this is a C-specific error
1 parent ad25a41 commit 700a52c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/error-messages/compiler-errors-1/compiler-error-c2103.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ int main(void)
2121
int* ptr = &x; // C2103
2222
}
2323
```
24+
25+
> [!NOTE]
26+
> This error applies to C code.

0 commit comments

Comments
 (0)