aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorJan Michael C. Alonzo <jmalonzo@src.gnome.org>2007-11-14 18:43:50 +0800
committerJan Michael C. Alonzo <jmalonzo@src.gnome.org>2007-11-14 18:43:50 +0800
commit9ea789cc3f50164fe524bdccbfa7bc13caff7870 (patch)
tree2ec098655f027b8b49525c07ea34d2d698581a09 /embed
parentd6350b598732e34420261238b01d2bfb187349c1 (diff)
downloadgsoc2013-epiphany-9ea789cc3f50164fe524bdccbfa7bc13caff7870.tar
gsoc2013-epiphany-9ea789cc3f50164fe524bdccbfa7bc13caff7870.tar.gz
gsoc2013-epiphany-9ea789cc3f50164fe524bdccbfa7bc13caff7870.tar.bz2
gsoc2013-epiphany-9ea789cc3f50164fe524bdccbfa7bc13caff7870.tar.lz
gsoc2013-epiphany-9ea789cc3f50164fe524bdccbfa7bc13caff7870.tar.xz
gsoc2013-epiphany-9ea789cc3f50164fe524bdccbfa7bc13caff7870.tar.zst
gsoc2013-epiphany-9ea789cc3f50164fe524bdccbfa7bc13caff7870.zip
embed/ephy-history.h: build fix, missing comma
svn path=/trunk/; revision=7688
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-history.h b/embed/ephy-history.h
index 151ea6394..feafefb7a 100644
--- a/embed/ephy-history.h
+++ b/embed/ephy-history.h
@@ -78,7 +78,7 @@ struct _EphyHistoryClass
const char *from_uri,
const char *to_uri);
void (* icon_updated) (EphyHistory *history,
- const char *address
+ const char *address,
const char *icon);
};