Skip to content

Commit 52e0d85

Browse files
committed
Update macros.c
1 parent 0369c6a commit 52e0d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/basics/macros.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ printf("%d\n", __STDC__); // 1
1010
printf("Error: " #e "\n")
1111

1212
// INSIDE SCOPE: use macro
13-
error_message(This is an error.);
13+
error_message("This is an error.");
1414
// Error: This is an error.
1515

1616
// defined

0 commit comments

Comments
 (0)