diff options
author | S. Davilla <davilla@4pi.com> | 2011-08-22 11:07:52 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-08-22 11:07:52 -0400 |
commit | de0fe98632513600b7722988ecc17024cd67e164 (patch) | |
tree | aba8543c1075433d093a7187b2f79fa9fac59546 /Makefile.in | |
parent | 323d2ec320c280e0c7565a1d0c110b9184d6e863 (diff) |
fixed, strange <C4> cosmetics error
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b3976ea62d..52112d7c7f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -498,7 +498,7 @@ OBJSXBMC += xbmc/rendering/gl/rendering_gl.a endif ifeq (@USE_OPENGLES@,1) OBJSXBMC += xbmc/rendering/gles/rendering_gles.a -OBJSXBMC += xbmc/windowing/egl/windowing_egl.aÄ +OBJSXBMC += xbmc/windowing/egl/windowing_egl.a endif ifeq (@HAVE_XBMC_NONFREE@,1) |