aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 3e15ee95758..0f269f46492 100644
--- a/src/image.c
+++ b/src/image.c
@@ -623,7 +623,7 @@ define_image_type (struct image_type *type, int loaded)
623/* Look up image type SYMBOL, and return a pointer to its image_type 623/* Look up image type SYMBOL, and return a pointer to its image_type
624 structure. Value is null if SYMBOL is not a known image type. */ 624 structure. Value is null if SYMBOL is not a known image type. */
625 625
626static INLINE struct image_type * 626static inline struct image_type *
627lookup_image_type (Lisp_Object symbol) 627lookup_image_type (Lisp_Object symbol)
628{ 628{
629 struct image_type *type; 629 struct image_type *type;