Lines 1-5
Link Here
|
1 |
--- utils/gtf/gtfcalc.c.orig Tue Jan 23 12:48:50 2007 |
1 |
--- utils/gtf/gtfcalc.c.orig 1999-07-17 14:13:02.000000000 +0200 |
2 |
+++ utils/gtf/gtfcalc.c Tue Jan 23 12:49:18 2007 |
2 |
+++ utils/gtf/gtfcalc.c 2011-07-01 01:48:14.000000000 +0200 |
3 |
@@ -45,6 +45,7 @@ |
3 |
@@ -45,6 +45,7 @@ |
4 |
#include <string.h> |
4 |
#include <string.h> |
5 |
#include <ctype.h> |
5 |
#include <ctype.h> |
Lines 21-23
Link Here
|
21 |
|
21 |
|
22 |
static void GetInternalConstants(GTF_constants *c) |
22 |
static void GetInternalConstants(GTF_constants *c) |
23 |
/**************************************************************************** |
23 |
/**************************************************************************** |
|
|
24 |
@@ -329,7 +332,7 @@ |
25 |
|
26 |
#ifdef TESTING_GTF |
27 |
|
28 |
-void main(int argc,char *argv[]) |
29 |
+int main(int argc,char *argv[]) |
30 |
{ |
31 |
FILE *f; |
32 |
double xPixels,yPixels,freq; |