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:
parent
9f956562e5
commit
4530a79f4f
@ -130,6 +130,7 @@ remove_images(struct team *team)
|
||||
|
||||
free(image);
|
||||
}
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user