diff --git a/Makefile b/Makefile index 18ee863..a0945ab 100644 --- a/Makefile +++ b/Makefile @@ -15,13 +15,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Contact me by e-mail via +# Contact me by e-mail via . # C=gcc CFLAG=-s -Os -MT=mt +MT=C:/Program\ Files\ \(x86\)/Windows\ Kits/10/bin/10.0.18362.0/x64/mt MTARGS=-nologo WINDRES=windres diff --git a/about.h b/about.h index 62882f4..21524b0 100644 --- a/about.h +++ b/about.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - Contact me by e-mail via + Contact me by e-mail via . */ #ifndef ABOUT_DEF #define ABOUT_DEF diff --git a/colors.h b/colors.h index d808479..62e1199 100644 --- a/colors.h +++ b/colors.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - Contact me by e-mail via + Contact me by e-mail via . */ #ifndef COLORS_DEF #define COLORS_DEF diff --git a/main.c b/main.c index e371037..38fb372 100644 --- a/main.c +++ b/main.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - Contact me by e-mail via + Contact me by e-mail via . */ #include "about.h" #include "str.h" diff --git a/str.h b/str.h index b9d6bd1..a9a6bdc 100644 --- a/str.h +++ b/str.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - Contact me by e-mail via + Contact me by e-mail via . */ #ifndef STR_DEF #define STR_DEF