summaryrefslogtreecommitdiff
path: root/uryuomoco2english.c
diff options
context:
space:
mode:
Diffstat (limited to 'uryuomoco2english.c')
-rw-r--r--uryuomoco2english.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uryuomoco2english.c b/uryuomoco2english.c
index c373bc0..0cf14cf 100644
--- a/uryuomoco2english.c
+++ b/uryuomoco2english.c
@@ -149,7 +149,7 @@ int tr(int c){
}
int main(int argc, char** argv){
- char c;
+ int c;
do{
c=getchar();
}while(c!=EOF && tr(c)!=EOF);