[Scummvm-git-logs] scummvm master -> 269197214888b826195cc483d4e1deb903676066
orgads
noreply at scummvm.org
Mon May 19 05:43:49 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
2691972148 MAKEKFILE: Fix typo
Commit: 269197214888b826195cc483d4e1deb903676066
https://github.com/scummvm/scummvm/commit/269197214888b826195cc483d4e1deb903676066
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2025-05-19T08:43:31+03:00
Commit Message:
MAKEKFILE: Fix typo
Changed paths:
Makefile
diff --git a/Makefile b/Makefile
index 6427f854f56..24cb324a362 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ ifeq "$(HAVE_GCC)" "1"
# Currently we disable this gcc flag, since it will also warn in cases,
# where using GCC_PRINTF (means: __attribute__((format(printf, x, y))))
- # is not possible, thus it would fail compiliation with -Werror without
+ # is not possible, thus it would fail compilation with -Werror without
# being helpful.
#CXXFLAGS+= -Wmissing-format-attribute
More information about the Scummvm-git-logs
mailing list