Skip to content

Commit fddd366

Browse files
committed
C++: Fix formatting in example
1 parent 13fc874 commit fddd366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/* '#include <stdlib.h>' was forgotton */
1+
/* '#include <stdlib.h>' was forgotton */
22

33
int main(void) {
44
/* 'int malloc()' assumed */
55
unsigned char *p = malloc(100);
6-
*p = 'a';
6+
*p = 'a';
77
return 0;
88
}

0 commit comments

Comments
 (0)