Module: Mesa Branch: master Commit: d7ff6dd09c053885cd58b75a805a8397becc1ab8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7ff6dd09c053885cd58b75a805a8397becc1ab8
Author: Jakob Bornecrantz <[email protected]> Date: Wed Dec 15 12:14:33 2010 +0100 svga: Fix newline at EOF --- src/gallium/targets/dri-vmwgfx/SConscript | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/targets/dri-vmwgfx/SConscript b/src/gallium/targets/dri-vmwgfx/SConscript index e05ced9..17dd021 100644 --- a/src/gallium/targets/dri-vmwgfx/SConscript +++ b/src/gallium/targets/dri-vmwgfx/SConscript @@ -22,4 +22,4 @@ module = env.LoadableModule( SHLIBPREFIX = '', ) -env.Alias('dri-vmwgfx', module) \ No newline at end of file +env.Alias('dri-vmwgfx', module) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
