edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] [PATCH] Change to eb.p to replace use of this
@ 2013-12-24 18:57 Adam Thompson
  0 siblings, 0 replies; only message in thread
From: Adam Thompson @ 2013-12-24 18:57 UTC (permalink / raw)
  To: edbrowse-dev

---
 src/eb.p | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/eb.p b/src/eb.p
index b6addd0..300177d 100644
--- a/src/eb.p
+++ b/src/eb.p
@@ -242,7 +242,7 @@ void * createJavaContext(void) ;
 void freeJavaContext(void *jsc) ;
 void establish_innerHTML(void *jv, const char *start, const char *end, eb_bool is_ta) ;
 void jMyContext(void) ;
-eb_bool javaParseExecute(void *this, const char *str, const char *filename, int lineno) ;
+eb_bool javaParseExecute(void *obj, const char *str, const char *filename, int lineno) ;
 void * domLink(const char *classname, const char *symname, const char *idname, const char *href, const char *href_url, const char *list, void *owner, int radiosel) ;
 
 /* sourcefile=jsloc.c */
-- 
1.8.5.2.297.g3e57c29


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-24 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-24 18:57 [Edbrowse-dev] [PATCH] Change to eb.p to replace use of this Adam Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).