summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-20 00:18:17 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-20 00:18:17 +0800
commit0d4e404238bcbc37506c7c7f6a029ba37705c12f (patch)
tree8979a2b29f1bb2bdce9137411ef67cd4bcf0a8be /mbbsd/edit.c
parent795d7da28a8514e8315643820badb86919da2e2e (diff)
downloadpttbbs-0d4e404238bcbc37506c7c7f6a029ba37705c12f.tar
pttbbs-0d4e404238bcbc37506c7c7f6a029ba37705c12f.tar.gz
pttbbs-0d4e404238bcbc37506c7c7f6a029ba37705c12f.tar.bz2
pttbbs-0d4e404238bcbc37506c7c7f6a029ba37705c12f.tar.lz
pttbbs-0d4e404238bcbc37506c7c7f6a029ba37705c12f.tar.xz
pttbbs-0d4e404238bcbc37506c7c7f6a029ba37705c12f.tar.zst
pttbbs-0d4e404238bcbc37506c7c7f6a029ba37705c12f.zip
fix strange syntax informed by gcc -W
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@639 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index f585fab8..dd8bb578 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1,4 +1,4 @@
-/* $Id: edit.c,v 1.26 2003/01/19 16:06:06 kcwu Exp $ */
+/* $Id: edit.c,v 1.27 2003/01/19 16:18:17 kcwu Exp $ */
#include "bbs.h"
typedef struct textline_t {
struct textline_t *prev;
@@ -42,7 +42,7 @@ static char fp_bak[] = "bak";
/* 記憶體管理與編輯處理 */
static void
-indigestion(i)
+indigestion(int i)
{
fprintf(stderr, "嚴重內傷 %d\n", i);
}