]> git.sur5r.net Git - cc65/blobdiff - libsrc/em/em_commit.s
Changed multi-line C comments into another style.
[cc65] / libsrc / em / em_commit.s
index 66af02df9505156a8795db26937d6e6185542141..8be970b3932cf4d0c8cab21da01ef1fe2b78b900 100644 (file)
@@ -3,11 +3,11 @@
 ;
 ; void em_commit (void);
 ; /* Commit changes in the memory window to extended storage. If the contents
-;  * of the memory window have been changed, these changes may be lost if
-;  * em_map, em_copyfrom or em_copyto are called without calling em_commit
-;  * first. Note: Not calling em_commit does not mean that the changes are
-;  * discarded, it does just mean that some drivers will discard the changes.
-;  */
+; ** of the memory window have been changed, these changes may be lost if
+; ** em_map, em_copyfrom or em_copyto are called without calling em_commit
+; ** first. Note: Not calling em_commit does not mean that the changes are
+; ** discarded, it does just mean that some drivers will discard the changes.
+; */
 
         .include        "em-kernel.inc"