Minor code simplification.

This commit is contained in:
Justin Maggard
2014-04-28 12:00:59 -07:00
parent 4eeb0858e4
commit 13e3613dd6
2 changed files with 6 additions and 4 deletions

View File

@ -30,6 +30,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdint.h>
#include <libgen.h>
#define ROLE_NOUSE 0
@ -51,7 +52,7 @@ struct song_metadata {
char *type;
int time_modified;
char *image; // coverart
uint8_t *image; // coverart
int image_size;
char *title; // TIT2