gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1862-g78f4a21
Date: Fri, 18 Apr 2014 15:46:21 +0000

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 "Gnash".

The branch, master has been updated
       via  78f4a21d34ff6c2c137ef1fed22605a8d90ef2a9 (commit)
      from  b4018a194b19a4b5023eb0b5e547cbd1c4aefb3f (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://git.savannah.gnu.org/cgit//commit/?id=78f4a21d34ff6c2c137ef1fed22605a8d90ef2a9


commit 78f4a21d34ff6c2c137ef1fed22605a8d90ef2a9
Author: Bastiaan Jacques <address@hidden>
Date:   Fri Apr 18 17:45:51 2014 +0200

    Insert spaces to make C++11 mode happy.

diff --git a/plugin/npapi/plugin.h b/plugin/npapi/plugin.h
index a715c2e..a3e3287 100644
--- a/plugin/npapi/plugin.h
+++ b/plugin/npapi/plugin.h
@@ -28,7 +28,7 @@
 # ifndef HAVE_func
 #  define dummystr(x) # x
 #  define dummyestr(x) dummystr(x)
-#  define __FUNCTION__ __FILE__":"dummyestr(__LINE__)
+#  define __FUNCTION__ __FILE__ ":" dummyestr(__LINE__)
 # else
 #  define __FUNCTION__ __func__        
 # endif

-----------------------------------------------------------------------

Summary of changes:
 plugin/npapi/plugin.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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