13
0

Add a missing semicolon

This commit is contained in:
John Emmas 2020-01-05 10:29:35 +00:00
parent dce09c6136
commit 45dd6a8ed3

View File

@ -454,7 +454,7 @@ GtkCanvas::GtkCanvas ()
, _nsglview (0)
{
#ifdef USE_CAIRO_IMAGE_SURFACE /* usually Windows builds */
_use_image_surface = true
_use_image_surface = true;
#else
_use_image_surface = NULL != g_getenv("ARDOUR_IMAGE_SURFACE");
#endif