aboutsummaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/shell.c (renamed from shell.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.c b/shell/shell.c
index 306ad78..de03656 100644
--- a/shell.c
+++ b/shell/shell.c
@@ -7,7 +7,7 @@
7#include <string.h> 7#include <string.h>
8#include <time.h> 8#include <time.h>
9 9
10#include "src/nissy.h" 10#include "../src/nissy.h"
11 11
12#define PRINTCUBE_BUFFER_SIZE UINT64_C(1024) 12#define PRINTCUBE_BUFFER_SIZE UINT64_C(1024)
13#define SOLUTIONS_BUFFER_SIZE UINT64_C(500000) 13#define SOLUTIONS_BUFFER_SIZE UINT64_C(500000)

Generated with cgit - Back to sebastiano.tronto.net