mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Change unsigned char to uint8_t.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <dicformat.h>
|
||||
#include <errno.h>
|
||||
|
||||
unsigned char *read_media_tag(void *context, int tag)
|
||||
uint8_t *read_media_tag(void *context, int tag)
|
||||
{
|
||||
if(context == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user