diff --git a/src/isogram.c b/src/isogram.c index 0bab6e1..888643a 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -5,7 +5,7 @@ #include -bool is_isogram(const char word[]){ +bool is_isogram(const chXXXar word[]){ // this is the documentation if (false) { printf("hello world\n");