diff options
Diffstat (limited to 'c-structs/read.c')
| -rw-r--r-- | c-structs/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c-structs/read.c b/c-structs/read.c index b67974f..758256f 100644 --- a/c-structs/read.c +++ b/c-structs/read.c @@ -7,7 +7,7 @@ int main(void) { Character ch; - FILE* file = fopen("character.dat", "rb"); + FILE *file = fopen("character.dat", "rb"); if (file == NULL) { perror("Error opening file"); return 1; |
