aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nissy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nissy.h b/src/nissy.h
index c019998..e037e3b 100644
--- a/src/nissy.h
+++ b/src/nissy.h
@@ -12,7 +12,7 @@ All the functions return 0 or a positive integer in case of success and
12a negative integer in case of error, unless otherwise specified. 12a negative integer in case of error, unless otherwise specified.
13You can see the list of error codes below, or use nissy_explainerror(). 13You can see the list of error codes below, or use nissy_explainerror().
14 14
15Arguments of type char [static 22] denote a cube in B32 format. 15All cube arguments are in B32 formats, unless otherwise specified.
16Other available formats are H48 and SRC. See README.md for more info on 16Other available formats are H48 and SRC. See README.md for more info on
17these formats. 17these formats.
18 18

Generated with cgit - Back to sebastiano.tronto.net