diff --git a/GRRLIB/GRRLIB/GRRLIB_fileIO.c b/GRRLIB/GRRLIB/GRRLIB_fileIO.c index 64b040e..c64e6aa 100644 --- a/GRRLIB/GRRLIB/GRRLIB_fileIO.c +++ b/GRRLIB/GRRLIB/GRRLIB_fileIO.c @@ -83,9 +83,9 @@ GRRLIB_texImg* GRRLIB_LoadTextureFromFile(const char *filename) { } /** - * Make a PNG screenshot on the SD card. + * Make a PNG screenshot. * libfat is required to use the function. - * @param filename name of the file to write. + * @param filename Name of the file to write. * @return bool true=everything worked, false=problems occurred. */ bool GRRLIB_ScrShot(const char* filename) {