Skip to content

Commit 94c1125

Browse files
authored
update tombstone
1 parent 06de86c commit 94c1125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter04/printDistance2.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
// cc printDistance2.c -Wall -Werror -std=c11
1717
//
1818

19-
#include(<stdio.h>
19+
#include <stdio.h>
2020

2121
// Function prototypes.
2222
void printDistance( double );
2323

24-
int(main( void )
24+
int main( void )
2525
{
2626
double feet = 5280.0;
2727
printDistance( feet );

0 commit comments

Comments
 (0)