diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-10-30 14:56:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 14:56:06 +0300 |
| commit | 71152981a3c78d14e66990586ce81eb06e6c2371 (patch) | |
| tree | 389a056163a178cd17d1d68f23307e3a19c9927f | |
| parent | 4daa446eed00f86cc6290ce128050995804ded89 (diff) | |
Update random_sounds.c
| -rw-r--r-- | src/non_critical/random_sounds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/non_critical/random_sounds.c b/src/non_critical/random_sounds.c index c65bdd4..d266619 100644 --- a/src/non_critical/random_sounds.c +++ b/src/non_critical/random_sounds.c @@ -1,6 +1,6 @@ #define _GNU_SOURCE #define __timespec_defined -#define __stru + #include <time.h> #include <alsa/asoundlib.h> @@ -39,4 +39,4 @@ void stop_random_sounds() { for(int i = 0; i < MAX_THREADS; i++) { pthread_cancel(THRS[i]); } -}
\ No newline at end of file +} |
