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. c9a34528fba38f6688d5


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. c9a34528fba38f6688d5ac700b2a8e546e6e457b
Date: Wed, 19 Jan 2011 16:08:22 +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  c9a34528fba38f6688d5ac700b2a8e546e6e457b (commit)
      from  a66a97644f95619bd5313783546c200515c5bd95 (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=c9a34528fba38f6688d5ac700b2a8e546e6e457b


commit c9a34528fba38f6688d5ac700b2a8e546e6e457b
Author: Benjamin Wolsey <address@hidden>
Date:   Wed Jan 19 17:06:25 2011 +0100

    Stupid typo.

diff --git a/extensions/fileio/fileio.cpp b/extensions/fileio/fileio.cpp
index 84d6640..524bedb 100644
--- a/extensions/fileio/fileio.cpp
+++ b/extensions/fileio/fileio.cpp
@@ -37,7 +37,7 @@
 #include "Global_as.h"
 #include "fileio.h"
 #include "Array_as.h"  // used by scandir()
-#include "function_as.h"
+#include "as_function.h"
 
 using namespace std;
 
diff --git a/extensions/lirc/lirc_ext.cpp b/extensions/lirc/lirc_ext.cpp
index 9feedc8..ee329fc 100644
--- a/extensions/lirc/lirc_ext.cpp
+++ b/extensions/lirc/lirc_ext.cpp
@@ -34,7 +34,7 @@
 #include "fn_call.h"
 #include "as_object.h"
 #include "Global_as.h"
-#include "function_as.h"
+#include "as_function.h"
 
 using namespace std;
 

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

Summary of changes:
 extensions/fileio/fileio.cpp |    2 +-
 extensions/lirc/lirc_ext.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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