From c80234341c1cd7fbf893791bc9a09ff9f4d9bfcc Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Tue, 9 Dec 2025 06:18:53 +0800 Subject: [PATCH] [gnc-euro.cpp] fix typo for bulgarian lev rate --- libgnucash/engine/gnc-euro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/engine/gnc-euro.cpp b/libgnucash/engine/gnc-euro.cpp index 660331d566..e7a71e0323 100644 --- a/libgnucash/engine/gnc-euro.cpp +++ b/libgnucash/engine/gnc-euro.cpp @@ -31,7 +31,7 @@ static const std::map gnc_euro_rates = { { "ATS", 13.7603 }, /* austrian schilling */ { "BEF", 40.3399 }, /* belgian franc */ - ( "BGN", 1.95583 }, /* Bulgarian lev */ + { "BGN", 1.95583 }, /* Bulgarian lev */ { "CYP", .585274 }, /* cyprus pound */ { "DEM", 1.95583 }, /* german mark */ { "EEK", 15.6466 }, /* Estonian Kroon */