projects
/
platform
/
core
/
uifw
/
libhangul.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa291c
)
hanja_table_new_from_list(): 필요 없는 메시지 출력 제거
author
Choe Hwanjin
<choe.hwanjin@gmail.com>
Thu, 4 Jan 2007 13:54:59 +0000
(22:54 +0900)
committer
Choe Hwanjin
<choe.hwanjin@gmail.com>
Thu, 4 Jan 2007 13:54:59 +0000
(22:54 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@107
8f00fcd2
-89fc-0310-932e-
b01be5b65e01
hangul/hanja.c
patch
|
blob
|
history
diff --git
a/hangul/hanja.c
b/hangul/hanja.c
index
89f467c
..
e7998bd
100644
(file)
--- a/
hangul/hanja.c
+++ b/
hangul/hanja.c
@@
-199,7
+199,6
@@
hanja_table_new_from_slist(struct slist *lists)
table->base[i] = lists->data;
lists = lists->next;
}
- printf("n list: %d\n", table->nmember);
}
return table;
}