Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Revision 4:c95b09342a93, committed 2017-05-09
- 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);
}