gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server sound_handler_mp3.cpp


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash/server sound_handler_mp3.cpp
Date: Thu, 27 Jul 2006 20:48:11 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     06/07/27 20:48:11

Modified files:
        server         : sound_handler_mp3.cpp 

Log message:
        Remove extra semicolons.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/sound_handler_mp3.cpp?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: sound_handler_mp3.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/sound_handler_mp3.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- sound_handler_mp3.cpp       19 Jun 2006 01:37:19 -0000      1.10
+++ sound_handler_mp3.cpp       27 Jul 2006 20:48:11 -0000      1.11
@@ -106,7 +106,7 @@
                } while (--dec);
        }
 
-};
+}
 
 // some intermediary buffer to hold a frame worth of samples
 // fugly.
@@ -141,7 +141,7 @@
                memcpy(p, samples, bytes);
                return (void *) (((char *)p) + bytes); // geez
        }
-};
+}
 
 // there's quite some (useless) copying around since there's no infrastructure
 // for streaming and we need to decode it all at once




reply via email to

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