mirror of
				https://github.com/DigitalDevices/octonet.git
				synced 2023-10-10 11:36:52 +00:00 
			
		
		
		
	add missing close of file handle
This commit is contained in:
		| @@ -2815,6 +2815,7 @@ static void awrite(char *fn, char *txt) | ||||
|  | ||||
| 	if (f) | ||||
| 		fprintf(f, "%s", txt); | ||||
| 	fclose(f); | ||||
| } | ||||
|  | ||||
| int main(int argc, char **argv) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user