diff options
author | Jan Michael C. Alonzo <jmalonzo@src.gnome.org> | 2007-11-14 18:43:50 +0800 |
---|---|---|
committer | Jan Michael C. Alonzo <jmalonzo@src.gnome.org> | 2007-11-14 18:43:50 +0800 |
commit | 9ea789cc3f50164fe524bdccbfa7bc13caff7870 (patch) | |
tree | 2ec098655f027b8b49525c07ea34d2d698581a09 /embed/ephy-history.h | |
parent | d6350b598732e34420261238b01d2bfb187349c1 (diff) | |
download | gsoc2013-epiphany-9ea789cc3f50164fe524bdccbfa7bc13caff7870.tar.gz 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/ephy-history.h')
-rw-r--r-- | embed/ephy-history.h | 2 |
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); }; |