# HG changeset patch # User Elliott Sales de Andrade # Date 1281501469 0 # Node ID f6017a90c1b89a9ac21962f41007129ce68dedec # Parent d21c8058ead09d5f47eb94b2a15b3a25cdf6397e Remove non-UTF8 character. diff -r d21c8058ead0 -r f6017a90c1b8 pidgin/gtksourceundomanager.c --- a/pidgin/gtksourceundomanager.c Wed Aug 11 03:53:02 2010 +0000 +++ b/pidgin/gtksourceundomanager.c Wed Aug 11 04:37:49 2010 +0000 @@ -963,7 +963,7 @@ * the stack with a new undo action. So when we undo for example * typing, we can undo the whole word and not each letter by itself. * - * Return Value: %TRUE is merge was successful, %FALSE otherwise.² + * Return Value: %TRUE is merge was successful, %FALSE otherwise. **/ static gboolean gtk_source_undo_manager_merge_action (GtkSourceUndoManager *um,