houndsniff

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

commit a7a4dc270aff67e3136ed0d0441bbb52b99338b1
parent 593b4465fa55a6f2752dfa68f9013eae378fce17
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sat, 26 Dec 2020 00:42:16 +0000

Update upp.c
Diffstat:
Msrc/upp.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/upp.c b/src/upp.c @@ -6,8 +6,8 @@ bool hasUpper(char ch[600]); bool -hasUpper(char ch[600]) { - +hasUpper(char ch[600]) +{ bool hup = false; int len = strlen(ch);