diff --git a/pgm to read a line b/pgm to read a line index 9ae7bf8..045be17 100644 --- a/pgm to read a line +++ b/pgm to read a line @@ -12,7 +12,7 @@ int main() scanf(fptr,"%[^\n]", c); printf("Data from the file:\n%s", c); - close(fptr) + close(fptr); return 0; }