From cf38583800c64e1bb6cac0f0b15bf337653ffc0a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 May 2022 18:20:22 -0400 Subject: Remove double semicolons --- src/jalv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalv.c b/src/jalv.c index 4a451c9..22b95b1 100644 --- a/src/jalv.c +++ b/src/jalv.c @@ -860,7 +860,7 @@ jalv_open(Jalv* const jalv, int* argc, char*** argv) sratom_set_env(jalv->sratom, jalv->env); sratom_set_env(jalv->ui_sratom, jalv->env); -#define MAP_URI(uri) symap_map(jalv->symap, (uri)); +#define MAP_URI(uri) symap_map(jalv->symap, (uri)) jalv->urids.atom_Float = MAP_URI(LV2_ATOM__Float); jalv->urids.atom_Int = MAP_URI(LV2_ATOM__Int); -- cgit v1.2.1