Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast libigloo
Commits
1568e988
Commit
1568e988
authored
Jan 16, 2022
by
Philipp Schafft
🦁
Browse files
Fix: Corrected type
parent
c7f758ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/prng.c
View file @
1568e988
...
...
@@ -74,7 +74,7 @@ typedef struct {
size_t
bufferlen
;
}
igloo_prng_buffer_extra_t
;
static
inline
void
buffer_extra_init
(
igloo_prng_buffer_extra_t
*
extra
,
const
char
*
instance
)
static
inline
void
buffer_extra_init
(
igloo_prng_buffer_extra_t
*
extra
,
const
void
*
instance
)
{
igloo_error_t
error
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment