diff options
Diffstat (limited to 'widgets/misc/test-calendar.c')
-rw-r--r-- | widgets/misc/test-calendar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/test-calendar.c b/widgets/misc/test-calendar.c index f4fe6d3039..20f34d8ba8 100644 --- a/widgets/misc/test-calendar.c +++ b/widgets/misc/test-calendar.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -38,7 +38,7 @@ enum { }; static GtkTargetEntry target_table[] = { - { "E-SHORTCUT", 0, TARGET_SHORTCUT } + { (gchar *) "E-SHORTCUT", 0, TARGET_SHORTCUT } }; static guint n_targets = sizeof(target_table) / sizeof(target_table[0]); |