diff options
| author | Nakidai <nakidai@disroot.org> | 2024-09-22 16:10:36 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-09-22 16:10:36 +0300 |
| commit | 9444de4a5a684f657241fd9a5a604f6b1b0f3f35 (patch) | |
| tree | dbe32f3e748aecf3aa863035be8749dff1ef65a6 /cpetpet.h | |
| parent | 13feee2e6c44417f9f5a1a9560eccc463aaef449 (diff) | |
| download | cpetpet-9444de4a5a684f657241fd9a5a604f6b1b0f3f35.tar.gz cpetpet-9444de4a5a684f657241fd9a5a604f6b1b0f3f35.zip | |
Whoops
I forgot about that, yeah
Diffstat (limited to 'cpetpet.h')
| -rw-r--r-- | cpetpet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpetpet.h b/cpetpet.h index cbd3ced..537c1a9 100644 --- a/cpetpet.h +++ b/cpetpet.h @@ -4,6 +4,6 @@ #include <stddef.h> -void CPetPet(const char *in, const char *out, const size_t speed); +void CPetPet(const char *in, const char *out, const size_t delay); #endif /* __PETPET_C__ */ |