]> code.delx.au - refind/blobdiff - libeg/lodepng.h
Move details of refind-install documentation from installing.html to a
[refind] / libeg / lodepng.h
index bd3b7149a93038e677e8cef3d8db8e6980a0ed46..5fae53de44e3f4b2624dbfedf10af0cbb611530e 100644 (file)
@@ -24,7 +24,7 @@ freely, subject to the following restrictions:
 */
 /*
  * This version of lodepng.h is modified for use with rEFInd. Some options
- * are commented out and two definitions (commented on shortly) are added
+ * are commented out and several definitions (commented on shortly) are added
  * for GNU-EFI compatibility. The associated lodepng.c file is unmodified
  * from the original.
  */
@@ -34,7 +34,7 @@ freely, subject to the following restrictions:
 
 #include <string.h> /*for size_t*/
 
-// Below two lines required for GNU-EFI (program hangs when run without them,
+// Below block of lines required for GNU-EFI (program hangs when run without them,
 // and associated function in lodepng_xtra.c)
 int MyStrlen(const char *InString);
 #define strlen(c) MyStrlen(c)