houndsniff

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

commit e1ab593c285b58ed70255e37d243cc210e97b65b
parent d5b1df83a8f3f3705da78ed787818612560a583a
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Fri, 25 Dec 2020 16:35:05 +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 @@ -1,3 +1,3 @@ -//int counter = 0; +/*int counter = 0;*/ int callback(void *, int, char **, char **); int sel(int length, const char *charset);