houndsniff

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7c552341e50d5b6a98ec4241498cd8718f64d5aa
parent 8cf57d2f1e16a4c7c3f4509cb16749f71f53d919
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sun,  3 Jan 2021 12:02:06 +0000

Update select.h
Diffstat:
Msrc/select.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/select.h b/src/select.h @@ -9,6 +9,6 @@ #define SELECT_H void list(void); -int sel(int length, const char *charset); +void sel(int length, const char *charset); #endif