Subj : src/xpdev/filewrap.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Thu Nov 23 2023 05:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/07a0cc3e2cbf6b4537a242ac Modified Files: src/xpdev/filewrap.h Log Message: Add FCLOSE_OPEN_FILE to close a FILE*, if it's open (non-NULL), and NULLify it Change CLOSE_OPEN_FILE to a do/while(0) to eliminate extraneous semicolon .