diff options
| author | Max Horn | 2004-12-11 22:04:54 +0000 |
|---|---|---|
| committer | Max Horn | 2004-12-11 22:04:54 +0000 |
| commit | 59bd385301d56303ef87ee28290a2cc147384e72 (patch) | |
| tree | b2070a6bd865b8dfd2ce94f0153481a76b46e38c /sword1 | |
| parent | 87d90b080c7079a7564060ffc1f6b5bb93b55112 (diff) | |
| download | scummvm-rg350-59bd385301d56303ef87ee28290a2cc147384e72.tar.gz scummvm-rg350-59bd385301d56303ef87ee28290a2cc147384e72.tar.bz2 scummvm-rg350-59bd385301d56303ef87ee28290a2cc147384e72.zip | |
Const correctness
svn-id: r16032
Diffstat (limited to 'sword1')
| -rw-r--r-- | sword1/sworddefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sworddefs.h b/sword1/sworddefs.h index 3233d9b1f8..f90cd974ee 100644 --- a/sword1/sworddefs.h +++ b/sword1/sworddefs.h @@ -135,7 +135,7 @@ enum fileFlags { }; struct CdFile { - char *name; + const char *name; uint8 flags; }; |
