bug report 4.2BSD/usr.bin/71; fix control characters in comments
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 May 1987 08:02:23 +0000 (00:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 May 1987 08:02:23 +0000 (00:02 -0800)
SCCS-vsn: usr.bin/spline/spline.c 4.4

usr/src/usr.bin/spline/spline.c

index 296454d..5271e07 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)spline.c    4.3 (Berkeley) %G%";
+static char *sccsid = "@(#)spline.c    4.4 (Berkeley) %G%";
 #endif
 
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -50,7 +50,7 @@ where
 
        di = ai - hi2/di-1      1<i<_n
 
 
        di = ai - hi2/di-1      1<i<_n
 
-       ri = bi - hiri-1/di-1\ei 1<_i<_n
+       ri = bi - hiri-1/di-1 1<_i<_n
 
 the back solution is
        y"n = rn/dn
 
 the back solution is
        y"n = rn/dn
@@ -335,4 +335,3 @@ numb(np,argcp,argvp)
        (*argcp)--;
        (*argvp)++; 
        return(1); }
        (*argcp)--;
        (*argvp)++; 
        return(1); }
-