[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Typo on NVM_WRITE
Hello.
In mint/ostruct.h, there is a typo on NVM_WRITE which was incorrectly
spelled MVM_WRITE.
Here is a patch for the MiNTLib.
Alan, please commit.
--
Vincent Rivière
diff -aurN -x CVS mintlib.orig/include/mint/ostruct.h mintlib/include/mint/ostruct.h
--- mintlib.orig/include/mint/ostruct.h 2008-09-29 17:35:26.000000000 +0200
+++ mintlib/include/mint/ostruct.h 2010-09-30 23:23:11.500000000 +0200
@@ -472,7 +472,7 @@
/* NVMaccess params */
#define NVM_READ 0
-#define MVM_WRITE 1
+#define NVM_WRITE 1
#define NVM_RESET 2
/* Blitmode() modes */