comparison ringtools/fc-pwt-comp.c @ 884:8eb1f60f6676

ringtools/fc-pwt-comp.c: rm redundant type cast
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Apr 2022 03:49:48 +0000
parents dfd98dd46068
children 16e259bff02b
comparison
equal deleted inserted replaced
883:34f0b7eb4b75 884:8eb1f60f6676
155 fprintf(stderr, 155 fprintf(stderr,
156 "%s line %d: the duration number is out of range\n", 156 "%s line %d: the duration number is out of range\n",
157 infname, lineno); 157 infname, lineno);
158 exit(1); 158 exit(1);
159 } 159 }
160 emit_record(0, 0, (unsigned) duration); 160 emit_record(0, 0, duration);
161 } 161 }
162 162
163 main(argc, argv) 163 main(argc, argv)
164 char **argv; 164 char **argv;
165 { 165 {