Fixat stavfel

This commit is contained in:
Jack-Benny Persson 2019-03-19 06:00:48 +01:00
parent 87713491ca
commit 6611694ec0

View File

@ -245,7 +245,7 @@ void modify(struct myData *datap, int numRec, char *name)
void delete(struct myData *datap, int numRec, char *name)
{
int i, j; /* För foop-looparna */
int i, j; /* För for-looparna */
int match = 0;
FILE *newfp; /* Ny filpekare för denna funktion */
int answer;