Forgot a return value in remove_images().

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2452 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-01-13 16:37:47 +00:00
parent 9f956562e5
commit 4530a79f4f
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ remove_images(struct team *team)
free(image);
}
return B_OK;
}