diff options
| -rw-r--r-- | src/nissy.h | 2 |
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 | |||
| 12 | a negative integer in case of error, unless otherwise specified. | 12 | a negative integer in case of error, unless otherwise specified. |
| 13 | You can see the list of error codes below, or use nissy_explainerror(). | 13 | You can see the list of error codes below, or use nissy_explainerror(). |
| 14 | 14 | ||
| 15 | Arguments of type char [static 22] denote a cube in B32 format. | 15 | All cube arguments are in B32 formats, unless otherwise specified. |
| 16 | Other available formats are H48 and SRC. See README.md for more info on | 16 | Other available formats are H48 and SRC. See README.md for more info on |
| 17 | these formats. | 17 | these formats. |
| 18 | 18 | ||
