commit 62e44e7c89b2c449ab8ce7d4b359d11a574fd83a parent a15b2d56b0bff9904c63ef3965206f8d2ba7c3f0 Author: nibo <nibo@relim.de> Date: Tue, 2 Jul 2024 18:26:17 +0200 Little fix Diffstat:
| M | chordpro.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chordpro.h b/chordpro.h @@ -15,7 +15,7 @@ enum FontFamily { enum FontStyle { FS_EMPTY = -1, - FS_NORMAL, + FS_REGULAR, FS_OBLIQUE, FS_ITALIC };