mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-08 13:07:17 +00:00
Fix build with SPICE_DISABLE_ABORT
This commit is contained in:
parent
13fb823795
commit
a1df67b3c5
@ -179,6 +179,7 @@ pixman_image_t * surface_create(pixman_format_code_t format, int width, int heig
|
||||
break;
|
||||
default:
|
||||
spice_error("invalid format");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
bitmap_info.inf.bmiHeader.biCompression = BI_RGB;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user