gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12279: Drop extra comma to fix warn


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12279: Drop extra comma to fix warning.
Date: Sat, 03 Jul 2010 13:38:59 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12279
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Sat 2010-07-03 13:38:59 +0200
message:
  Drop extra comma to fix warning.
modified:
  libbase/GnashImage.h
=== modified file 'libbase/GnashImage.h'
--- a/libbase/GnashImage.h      2010-03-15 01:50:13 +0000
+++ b/libbase/GnashImage.h      2010-07-03 11:38:59 +0000
@@ -49,7 +49,7 @@
 {
     GNASH_IMAGE_INVALID,
     GNASH_IMAGE_RGB,
-    GNASH_IMAGE_RGBA,
+    GNASH_IMAGE_RGBA
 };
 
 /// The locations of images handled in Gnash.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]