diff options
Diffstat (limited to 'ext/gd/gdcache.c')
-rw-r--r-- | ext/gd/gdcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c index 2af6737f74..e6f9ce1b44 100644 --- a/ext/gd/gdcache.c +++ b/ext/gd/gdcache.c @@ -97,7 +97,7 @@ gdCacheGet( gdCache_head_t *head, void *keydata ) elem = head->mru; if (elem == NULL) { return NULL; - + } while(elem) { |