diff options
Diffstat (limited to 'src/itdb_thumb.c')
-rw-r--r-- | src/itdb_thumb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itdb_thumb.c b/src/itdb_thumb.c index 42a87f2..fe89e94 100644 --- a/src/itdb_thumb.c +++ b/src/itdb_thumb.c @@ -439,7 +439,7 @@ gpointer itdb_thumb_to_pixbuf_at_size (Itdb_Device *device, Itdb_Thumb *thumb, gint h=height; if ((width == -1) || (height == -1)) - { /* choose the largest availale thumbnail */ + { /* choose the largest available thumbnail */ w = G_MAXINT; h = G_MAXINT; } |