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 0965cb83090cad3e3f2785558f17dac09f8b2b55 (commit) from e34e0ac5d46c12c6e2a3e7f14bb27138fb005e1f (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/0965cb83090cad3e3f2785558f17dac09f8b2...
commit 0965cb83090cad3e3f2785558f17dac09f8b2b55 Author: Cyril Hrubis metan@ucw.cz Date: Mon Nov 26 00:46:08 2012 +0100
gfx: Fix 'no newline at the end of the file'.
diff --git a/libs/gfx/GP_Polygon.c b/libs/gfx/GP_Polygon.c index c1d2288..4bc9480 100644 --- a/libs/gfx/GP_Polygon.c +++ b/libs/gfx/GP_Polygon.c @@ -121,4 +121,4 @@ void GP_FillPolygon_Raw(GP_Context *context, int vertex_count, GP_HLine_Raw(context, intersections[i], intersections[i + 1], y, pixel); } } -} No newline at end of file +}
-----------------------------------------------------------------------
Summary of changes: libs/gfx/GP_Polygon.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.