]> git.eshelyaron.com Git - emacs.git/commitdiff
(font_rescale_ratio): Fix for K&R.
authorDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:43:11 +0000 (18:43 +0000)
committerDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:43:11 +0000 (18:43 +0000)
src/xfaces.c

index fb6494aa46485c2aa68d781fe24feba8c54020a1..b717570b380691a55f72d8fef4943951af1fb9ac 100644 (file)
@@ -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;