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 2ebe2eeef4357ca15c5c0656973fffb1487d4b2d (commit) from efb97f7e1542fcceb2772ee7481530cf84b08847 (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/2ebe2eeef4357ca15c5c0656973fffb1487d4...
commit 2ebe2eeef4357ca15c5c0656973fffb1487d4b2d Author: Cyril Hrubis metan@ucw.cz Date: Mon Dec 10 00:45:24 2012 +0100
libs: backends: Fix typo in GP_BackendInit.c
diff --git a/libs/backends/GP_BackendInit.c b/libs/backends/GP_BackendInit.c index 0b04407..bef0dba 100644 --- a/libs/backends/GP_BackendInit.c +++ b/libs/backends/GP_BackendInit.c @@ -166,7 +166,7 @@ static int x11_params_to_flags(const char *param, GP_Size *w, GP_Size *h, return 0; }
- backend_sdl_help(help, "X11: Invalid parameters"); + backend_x11_help(help, "X11: Invalid parameters"); return 1; }
-----------------------------------------------------------------------
Summary of changes: libs/backends/GP_BackendInit.c | 2 +- 1 files changed, 1 insertions(+), 1 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.