Skip to content

Commit

Permalink
fixed mismatched } caused by not using the END_FOR_EACH macro
Browse files Browse the repository at this point in the history
  • Loading branch information
elFarto committed Sep 9, 2024
1 parent 720750a commit 7fb30f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/export-buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static void egl_detachBackingImageFromSurface(NVDriver *drv, NVSurface *surface)
img->surface = NULL;
break;
}
}
END_FOR_EACH

pthread_mutex_unlock(&drv->imagesMutex);
}
Expand Down

0 comments on commit 7fb30f8

Please sign in to comment.