diff options
Diffstat (limited to 'src/nsimage.m')
-rw-r--r-- | src/nsimage.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsimage.m b/src/nsimage.m index 9302cd2f212..13e8504f460 100644 --- a/src/nsimage.m +++ b/src/nsimage.m @@ -102,7 +102,7 @@ ns_load_image (struct frame *f, struct image *img, if (eImg == nil) { - add_to_log ("Unable to load image %s", img->spec, Qnil); + add_to_log ("Unable to load image %s", img->spec); return 0; } |