X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xedittags.c;h=4947f70ea5c5cea6478d4bd46f5d0b57b72d9532;hb=31573922e3486455dacb0462099a0804b553f7e7;hp=331f4016fd33ad64ac7a0834ce303ba5f4ea8002;hpb=ed47244d151ccf276b9e233b4415e00aa5d3d29d;p=xboard.git diff --git a/xedittags.c b/xedittags.c index 331f401..4947f70 100644 --- a/xedittags.c +++ b/xedittags.c @@ -1,7 +1,7 @@ /* * xedittags.c -- Tags edit window, part of X front end for XBoard * - * Copyright 1995, 2009, 2010 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * @@ -349,8 +349,9 @@ void TagsPopUp(tags, msg) } -void EditTagsPopUp(tags) +void EditTagsPopUp(tags, dest) char *tags; + char **dest; { Widget textw; Arg args[16];