update: make the job id unsigned

Since the return value cannot be -1 anymore, we can make it unsigned.
This commit is contained in:
Max Kellermann
2008-10-09 19:20:05 +02:00
parent f1022bcc12
commit 4beba26c61
4 changed files with 13 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ static time_t directory_dbModTime;
void
db_init(void)
{
int ret;
unsigned ret;
music_root = directory_new("", NULL);