Andrew Boyson / log

Dependents:   oldheating gps motorhome heating

Files at this revision

API Documentation at this revision

Comitter:
andrewboyson
Date:
Tue May 09 15:16:30 2017 +0000
Parent:
3:7806ff3f1a2d
Child:
5:a1f0298e0995
Commit message:
Removed close statement

Changed in this revision

log.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/log.cpp	Tue May 09 15:08:38 2017 +0000
+++ b/log.cpp	Tue May 09 15:16:30 2017 +0000
@@ -182,5 +182,4 @@
         if (c == EOF) break;
         putc(c, fp);
     }
-    fclose(fp);
 }