houndsniff

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

commit a50d76b5b463bd4e1cac2c5ac373a2ddc70846aa
parent 528ba47f7425966b4929ad74c7992181ca453d46
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sat, 26 Dec 2020 00:40:09 +0000

Update main.c
Diffstat:
Msrc/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -87,7 +87,6 @@ definite(char string[1000], int length) const char* charset(char string[1000]) { - const char* result; if (strchr(string, '$') != NULL) return "b"; else if (strchr(string, '/') != NULL)