X-Git-Url: https://code.delx.au/refind/blobdiff_plain/e63c2d65be451323f51c85910d1e125deb1ad1ea..8e538ff3eedf77a2c16e830529eb6c99a9c61eee:/libeg/lodepng.h diff --git a/libeg/lodepng.h b/libeg/lodepng.h index bd3b714..5fae53d 100644 --- a/libeg/lodepng.h +++ b/libeg/lodepng.h @@ -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 /*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)