diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 99355cca6af..3dc5ddc3401 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1189,7 +1189,7 @@ load_pixmap (f, name, w_ptr, h_ptr) | |||
| 1189 | 1189 | ||
| 1190 | if (bitmap_id < 0) | 1190 | if (bitmap_id < 0) |
| 1191 | { | 1191 | { |
| 1192 | add_to_log ("Invalid or undefined bitmap %s", name, Qnil); | 1192 | add_to_log ("Invalid or undefined bitmap `%s'", name, Qnil); |
| 1193 | bitmap_id = 0; | 1193 | bitmap_id = 0; |
| 1194 | 1194 | ||
| 1195 | if (w_ptr) | 1195 | if (w_ptr) |