commit d10c76c34581af4707a310e30f57de15c7f2314d parent 01c868aeedb8dd4346c4bdffb42f81174d3efadc Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 15 Nov 2018 11:44:53 +0100 Fix a minor typo Diffstat:
| M | src/htrdr_version.h.in | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/htrdr_version.h.in b/src/htrdr_version.h.in @@ -20,5 +20,5 @@ #define HTRDR_VERSION_MINOR @VERSION_MINOR@ #define HTRDR_VERSION_PATCH @VERSION_PATCH@ -#endif /* SOLSTICE_VERSION_H */ +#endif /* HTRDR_VERSION_H */