aboutsummaryrefslogtreecommitdiff
path: root/tools/100_checkdata/checkdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/100_checkdata/checkdata.c')
-rw-r--r--tools/100_checkdata/checkdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/100_checkdata/checkdata.c b/tools/100_checkdata/checkdata.c
index 2005f17..fe94427 100644
--- a/tools/100_checkdata/checkdata.c
+++ b/tools/100_checkdata/checkdata.c
@@ -5,7 +5,7 @@ char *solver, *filename;
5 5
6static void 6static void
7run(void) { 7run(void) {
8 int64_t size, result; 8 long long int size, result;
9 char *buf; 9 char *buf;
10 FILE *f; 10 FILE *f;
11 11

Generated with cgit - Back to sebastiano.tronto.net