Skip to content

Commit

Permalink
Add static to image_type struct in image.c
Browse files Browse the repository at this point in the history
  • Loading branch information
benreyn committed Jan 22, 2020
1 parent a1c7a2a commit c07ff21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -9690,7 +9690,7 @@ DEFUN ("lookup-image", Flookup_image, Slookup_image, 1, 1, 0,
/* Look up image type TYPE, and return a pointer to its image_type
structure. Return 0 if TYPE is not a known image type. */

struct image_type *
static struct image_type *
lookup_image_type (Lisp_Object type)
{
/* Types pbm and xbm are built-in and always available. */
Expand Down

0 comments on commit c07ff21

Please sign in to comment.