diff options
author | pommicket <pommicket@gmail.com> | 2025-02-18 00:38:01 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-18 00:38:01 -0500 |
commit | cc64f55792278bc3f336d5e000949c8e406cef67 (patch) | |
tree | 7e3ffa1ef94d2cf1662a8a07d425817dbd3052dd /main.c | |
parent | 25786c1a97451b5093ebcdb09e41a9fb36cd6102 (diff) |
Release build
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -813,7 +813,7 @@ void main() {\n\ memset(camera->hash.hash, 0, sizeof camera->hash.hash); crypto_generichash_final(&camera->hash_state, camera->hash.hash, sizeof camera->hash.hash); } - printf("Select a camera:\n"); + printf("---CAMERAS---\n"); for (size_t i = 0; i < arr_len(cameras); i++) { Camera *camera = &cameras[i]; printf("[%zu] %s ", i, camera->name); |