From 3d92f40205558bc9ad3a60b6d9755120a98b8604 Mon Sep 17 00:00:00 2001 From: N0NameN0 Date: Mon, 16 Feb 2009 23:41:25 +0000 Subject: [PATCH] [CHG] Just a little docs error ;) --- GRRLIB/GRRLIB/GRRLIB.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GRRLIB/GRRLIB/GRRLIB.c b/GRRLIB/GRRLIB/GRRLIB.c index ee77151..572bfb9 100644 --- a/GRRLIB/GRRLIB/GRRLIB.c +++ b/GRRLIB/GRRLIB/GRRLIB.c @@ -243,9 +243,8 @@ GRRLIB_texImg GRRLIB_LoadTextureJPG(const unsigned char my_jpg[]) { /** * Load a texture from a buffer. - * Take Care to have a JPG finnishing by 0xFF 0xD9 !!!! * @param my_img the JPEG or PNG buffer to load. - * @return A GRRLIB_texImg structure filled with PNG informations. + * @return A GRRLIB_texImg structure filled with imgage informations. */ GRRLIB_texImg GRRLIB_LoadTexture(const unsigned char my_img[]) {