diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-17 16:16:21 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-17 16:16:21 +0800 |
commit | 4be55551cb2c4cbad4b36b5dadd3a99860f301fb (patch) | |
tree | 8dcdf3ba1cb4238d0fb3e4d5ebadfffd02e4e945 | |
parent | a85fb02f94cb7265127fe279c2bcf2314f955b9e (diff) | |
download | pttbbs-4be55551cb2c4cbad4b36b5dadd3a99860f301fb.tar pttbbs-4be55551cb2c4cbad4b36b5dadd3a99860f301fb.tar.gz pttbbs-4be55551cb2c4cbad4b36b5dadd3a99860f301fb.tar.bz2 pttbbs-4be55551cb2c4cbad4b36b5dadd3a99860f301fb.tar.lz pttbbs-4be55551cb2c4cbad4b36b5dadd3a99860f301fb.tar.xz pttbbs-4be55551cb2c4cbad4b36b5dadd3a99860f301fb.tar.zst pttbbs-4be55551cb2c4cbad4b36b5dadd3a99860f301fb.zip |
clean up
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@622 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/read.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/read.c b/pttbbs/mbbsd/read.c index cd0811e0..b926a852 100644 --- a/pttbbs/mbbsd/read.c +++ b/pttbbs/mbbsd/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.15 2002/11/07 14:22:34 in2 Exp $ */ +/* $Id: read.c,v 1.16 2003/01/17 08:16:21 kcwu Exp $ */ #include "bbs.h" #define MAXPATHLEN 256 @@ -188,7 +188,6 @@ getkeep(char *s, int def_topline, int def_cursline) { static struct keeploc_t *keeplist = NULL; struct keeploc_t *p; - void *malloc(); if (def_cursline >= 0) for (p = keeplist; p; p = p->next) { |