summaryrefslogtreecommitdiff
path: root/math/xlispstat/patches/patch-myplot.c
blob: 8fdd9d1bcd928c94511aeb96c97a0e327d1e0e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-myplot.c,v 1.1 2012/11/19 02:56:44 joerg Exp $

--- myplot.c.orig	2012-11-18 23:19:47.000000000 +0000
+++ myplot.c
@@ -41,7 +41,7 @@ static double NiceValue(x)
 	}
 }
 
-static SetNiceRange(xmin, xmax, ticks)
+static void SetNiceRange(xmin, xmax, ticks)
      double *xmin, *xmax;
      int *ticks;
 {