diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-11 16:39:36 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-11 16:39:36 +0200 |
| commit | 4668156da5915c8d7a7b40edaf6617b004547bd7 (patch) | |
| tree | df12d5b80af23e8e8164be1e8577d0d87c4946dd | |
| parent | 79c9c600f7a620e3e804ff7783511ad7da7d8f93 (diff) | |
| download | nissy-core-4668156da5915c8d7a7b40edaf6617b004547bd7.tar.gz nissy-core-4668156da5915c8d7a7b40edaf6617b004547bd7.zip | |
Improved comment
| -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 | ||
