1
0
Fork 0

change const char * to char *

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1870
This commit is contained in:
Sjoerd van der Berg 2004-07-05 11:54:53 +00:00
parent 621f0961d4
commit 39de9f88c6
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dos_execute.cpp,v 1.40 2004-06-17 17:40:02 harekiet Exp $ */
/* $Id: dos_execute.cpp,v 1.41 2004-07-05 11:54:44 harekiet Exp $ */
#include <string.h>
#include <ctype.h>
@ -27,7 +27,7 @@
#include "callback.h"
#include "debug.h"
const char * RunningProgram="DOSBOX";
char * RunningProgram="DOSBOX";
#ifdef _MSC_VER
#pragma pack(1)