[CHG] Just a little docs error ;)

This commit is contained in:
N0NameN0 2009-02-16 23:41:25 +00:00
parent 9c6a0491eb
commit 3d92f40205

View file

@ -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[]) {