diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-02-05 08:17:27 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-02-05 08:17:27 +0800 |
commit | 81f02a7cc0745a75ce3c35eb497a324c94379bd4 (patch) | |
tree | d5b1e29de191e0651fb08cb432f55127c9f9d621 /embed | |
parent | c5bd666a3593f479e3b98a3d9cc7b66ae26a50e3 (diff) | |
download | gsoc2013-epiphany-81f02a7cc0745a75ce3c35eb497a324c94379bd4.tar.gz gsoc2013-epiphany-81f02a7cc0745a75ce3c35eb497a324c94379bd4.tar.zst gsoc2013-epiphany-81f02a7cc0745a75ce3c35eb497a324c94379bd4.zip |
Fix encoding for webkit-history-item.*
svn path=/trunk/; revision=7919
Diffstat (limited to 'embed')
-rw-r--r-- | embed/webkit/webkit-history-item.c | 2 | ||||
-rw-r--r-- | embed/webkit/webkit-history-item.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/embed/webkit/webkit-history-item.c b/embed/webkit/webkit-history-item.c index ee5a15512..a556d93f0 100644 --- a/embed/webkit/webkit-history-item.c +++ b/embed/webkit/webkit-history-item.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ /* - * Copyright © Jan Alonzo + * Copyright © Jan Alonzo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/embed/webkit/webkit-history-item.h b/embed/webkit/webkit-history-item.h index f26514f41..f154ddf6b 100644 --- a/embed/webkit/webkit-history-item.h +++ b/embed/webkit/webkit-history-item.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ /* - * Copyright © 2008 Jan Alonzo + * Copyright © 2008 Jan Alonzo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |