Mercurial > pidgin
diff plugins/tcl/tcl_ref.c @ 13825:140ffd4934a0
[gaim-migrate @ 16269]
Fix some spacing bugs and a stupid copy-and-paste error
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Fri, 16 Jun 2006 03:49:14 +0000 |
| parents | 65ac70a8a661 |
| children |
line wrap: on
line diff
--- a/plugins/tcl/tcl_ref.c Fri Jun 16 03:42:34 2006 +0000 +++ b/plugins/tcl/tcl_ref.c Fri Jun 16 03:49:14 2006 +0000 @@ -60,7 +60,7 @@ if (interp) { Tcl_Obj *error = Tcl_NewStringObj("Bad Gaim reference type: expected ", -1); Tcl_AppendToObj(error, gaim_stringref_value(type), -1); - Tcl_AppendToObj(error, "but got ", -1); + Tcl_AppendToObj(error, " but got ", -1); Tcl_AppendToObj(error, gaim_stringref_value(OBJ_REF_TYPE(obj)), -1); Tcl_SetObjResult(interp, error); }
