File: main.c.patch

package info (click to toggle)
bb 1.3rc1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,720 kB
  • sloc: ansic: 36,365; sh: 329; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- bb-1.3rc1.orig/main.c
+++ bb-1.3rc1/main.c
@@ -21,6 +21,7 @@
  * 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include <ctype.h>
 #include <unistd.h>
 #include "timers.h"
 #include "bb.h"
@@ -130,7 +131,7 @@
 
 int cont;
 int srate;
-int
+void
 ptable ()
 {
   int i;