X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b302c7abbc4698b6124bb6ec97e3812fbeb65dde..0bd8d76d08b2f222bc624a9b85e482a6e2629710:/mac/macctrls.c diff --git a/mac/macctrls.c b/mac/macctrls.c index 5903b553..bc745140 100644 --- a/mac/macctrls.c +++ b/mac/macctrls.c @@ -1,4 +1,4 @@ -/* $Id: macctrls.c,v 1.2 2003/03/18 00:35:40 ben Exp $ */ +/* $Id: macctrls.c,v 1.3 2003/03/18 19:06:51 simon Exp $ */ /* * Copyright (c) 2003 Ben Harris * All rights reserved. @@ -529,7 +529,7 @@ void dlg_set_focus(union control *ctrl, void *dlg) } } -union control *dlg_last_focused(void *dlg) +union control *dlg_last_focused(union control *ctrl, void *dlg) { return NULL;