From: Dave Love Date: Mon, 2 Jun 2003 18:43:11 +0000 (+0000) Subject: (font_rescale_ratio): Fix for K&R. X-Git-Tag: ttn-vms-21-2-B4~9797 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0d6207551d0776e05d975031d000b81530bd921;p=emacs.git (font_rescale_ratio): Fix for K&R. --- diff --git a/src/xfaces.c b/src/xfaces.c index fb6494aa464..b717570b380 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -2249,7 +2249,8 @@ pixel_point_size (f, pixel) /* Return a rescaling ratio of a font of NAME. */ static double -font_rescale_ratio (char *name) +font_rescale_ratio (name) + char *name; { Lisp_Object tail, elt;