[Scummvm-git-logs] scummvm master -> eea50185dc445c9af8f239fe9a331b39ce1c26c0
bluegr
noreply at scummvm.org
Thu May 30 19:46:23 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
874d362a0b DEVTOOLS: replace non printable characters with printable letters
eea50185dc DEVTOOLS: remove unused comment lines
Commit: 874d362a0bce5fa2728c19f4bfe62b4e22de16a2
https://github.com/scummvm/scummvm/commit/874d362a0bce5fa2728c19f4bfe62b4e22de16a2
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-30T22:46:19+03:00
Commit Message:
DEVTOOLS: replace non printable characters with printable letters
This replaces the non printable characters with the correct letters
Changed paths:
devtools/skycpt/stdafx.h
diff --git a/devtools/skycpt/stdafx.h b/devtools/skycpt/stdafx.h
index 3ceb01a674d..1b803716e1d 100644
--- a/devtools/skycpt/stdafx.h
+++ b/devtools/skycpt/stdafx.h
@@ -19,9 +19,9 @@
*
*/
-// stdafx.h : Includedatei f�r Standardsystem-Includedateien,
-// oder projektspezifische Includedateien, die h�ufig benutzt, aber
-// in unregelm��igen Abst�nden ge�ndert werden.
+// stdafx.h : Includedatei für Standardsystem-Includedateien,
+// oder projektspezifische Includedateien, die häufig benutzt, aber
+// in unregelmäÃigen Abständen geändert werden.
//
#ifndef SKYCPT_STDAFX_H
#define SKYCPT_STDAFX_H
Commit: eea50185dc445c9af8f239fe9a331b39ce1c26c0
https://github.com/scummvm/scummvm/commit/eea50185dc445c9af8f239fe9a331b39ce1c26c0
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-30T22:46:19+03:00
Commit Message:
DEVTOOLS: remove unused comment lines
Changed paths:
devtools/skycpt/AsciiCptCompile.cpp
devtools/skycpt/stdafx.h
diff --git a/devtools/skycpt/AsciiCptCompile.cpp b/devtools/skycpt/AsciiCptCompile.cpp
index ef343e60e91..cb3628692bd 100644
--- a/devtools/skycpt/AsciiCptCompile.cpp
+++ b/devtools/skycpt/AsciiCptCompile.cpp
@@ -20,7 +20,6 @@
*/
// AsciiCptCompile.cpp
-//
#include "stdafx.h"
#include <stdio.h>
diff --git a/devtools/skycpt/stdafx.h b/devtools/skycpt/stdafx.h
index 1b803716e1d..c96f0c8fe76 100644
--- a/devtools/skycpt/stdafx.h
+++ b/devtools/skycpt/stdafx.h
@@ -22,7 +22,7 @@
// stdafx.h : Includedatei für Standardsystem-Includedateien,
// oder projektspezifische Includedateien, die häufig benutzt, aber
// in unregelmäÃigen Abständen geändert werden.
-//
+
#ifndef SKYCPT_STDAFX_H
#define SKYCPT_STDAFX_H
More information about the Scummvm-git-logs
mailing list