summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-23 09:47:50 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-23 09:47:50 +0800
commit7dfb1cd0396127830a9ba1011f0febf702e61e75 (patch)
treeae0ddb844025f95342f74a39b577aa4605ffa11f /include/pttstruct.h
parentf575e3fb30bbb08a3dadc230b3ca03cd08a1f7c7 (diff)
downloadpttbbs-7dfb1cd0396127830a9ba1011f0febf702e61e75.tar
pttbbs-7dfb1cd0396127830a9ba1011f0febf702e61e75.tar.gz
pttbbs-7dfb1cd0396127830a9ba1011f0febf702e61e75.tar.bz2
pttbbs-7dfb1cd0396127830a9ba1011f0febf702e61e75.tar.lz
pttbbs-7dfb1cd0396127830a9ba1011f0febf702e61e75.tar.xz
pttbbs-7dfb1cd0396127830a9ba1011f0febf702e61e75.tar.zst
pttbbs-7dfb1cd0396127830a9ba1011f0febf702e61e75.zip
add 'const' keyword.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3073 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 3d794166..4e722d70 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -423,7 +423,7 @@ typedef struct {
typedef struct {
fileheader_t *header;
char mtitle[STRLEN];
- char *path;
+ const char *path;
int num, page, now, level;
} menu_t;