This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 2f01a11ca235142a1ab4a0bc5e9fd8d49f4c2f04 (commit) from b4f2a2519601c2f047294b39a9c72a7a6cdbd608 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/2f01a11ca235142a1ab4a0bc5e9fd8d49f4c2...
commit 2f01a11ca235142a1ab4a0bc5e9fd8d49f4c2f04 Author: Cyril Hrubis metan@ucw.cz Date: Tue Apr 17 22:06:03 2012 +0200
loaders: Fix two typos in GIF loader.
diff --git a/include/loaders/GP_GIF.h b/include/loaders/GP_GIF.h index 237e74d..1eb87ff 100644 --- a/include/loaders/GP_GIF.h +++ b/include/loaders/GP_GIF.h @@ -56,6 +56,6 @@ GP_Context *GP_ReadGIF(void *f, GP_ProgressCallback *callback); /* * Does both GP_OpenGIF and GP_ReadGIF at once. */ -GP_Context *GP_LoadPNG(const char *src_path, GP_ProgressCallback *callback); +GP_Context *GP_LoadGIF(const char *src_path, GP_ProgressCallback *callback);
#endif /* LOADERS_GP_GIF_H */ diff --git a/libs/loaders/GP_GIF.c b/libs/loaders/GP_GIF.c index 263a929..aa999db 100644 --- a/libs/loaders/GP_GIF.c +++ b/libs/loaders/GP_GIF.c @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, * * Boston, MA 02110-1301 USA * * * - * Copyright (C) 2009-2011 Cyril Hrubis metan@ucw.cz * + * Copyright (C) 2009-2012 Cyril Hrubis metan@ucw.cz * * * *****************************************************************************/
-----------------------------------------------------------------------
Summary of changes: include/loaders/GP_GIF.h | 2 +- libs/loaders/GP_GIF.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.