summaryrefslogtreecommitdiff
path: root/uryuomoco2english.c
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2023-01-17 18:04:46 +0100
committerDavid Wührer <def@gmx.at>2023-01-17 18:04:46 +0100
commit4835b5090fa075441acdfe6da045b3a893aa6b2b (patch)
treee9053c5a33fdb6e6a482a5d5d0b595576595dbd3 /uryuomoco2english.c
parented28bd25e3055ff9134eb655be37c076f9bf67fe (diff)
Fix warnings.
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);