summaryrefslogtreecommitdiff
path: root/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'bitmap.c')
-rw-r--r--bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitmap.c b/bitmap.c
index c43609f..e6e5606 100644
--- a/bitmap.c
+++ b/bitmap.c
@@ -164,7 +164,7 @@ bool cText2SkinBitmap::LoadNonXpm(const char *Filename, int height, int width, i
int w, h;
std::vector<Image>::iterator it;
readImages(&images, Filename);
- if (images.size() == 0) {
+ if (images.empty()) {
esyslog("ERROR: text2skin: Couldn't load %s", Filename);
return false;
}