View | Details | Raw Unified | Return to bug 138379
Collapse All | Expand All

(-)./sys/dev/aic7xxx/aicasm/aicasm.c (+1 lines)
Lines 643-648 Link Here
643
	while(fgets(buf, sizeof(buf), ifile) != NULL)
643
	while(fgets(buf, sizeof(buf), ifile) != NULL)
644
		fprintf(listfile, "             %s", buf);
644
		fprintf(listfile, "             %s", buf);
645
645
646
	free(func_values);
646
	fclose(ifile);
647
	fclose(ifile);
647
}
648
}

Return to bug 138379