FreeCalypso > hg > falcon-mail-tools
comparison f-demime/qpdec.c @ 1:05651a1b8ba8
f-demime compiles
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 06 May 2023 06:20:46 +0000 |
| parents | 7e0d08176f32 |
| children | 612c4d0df768 |
comparison
equal
deleted
inserted
replaced
| 0:7e0d08176f32 | 1:05651a1b8ba8 |
|---|---|
| 18 char *line; | 18 char *line; |
| 19 { | 19 { |
| 20 char *cp; | 20 char *cp; |
| 21 | 21 |
| 22 cp = index(line, '\0'); | 22 cp = index(line, '\0'); |
| 23 while (cp > line && isspace(cp[-1]) | 23 while (cp > line && isspace(cp[-1])) |
| 24 cp--; | 24 cp--; |
| 25 *cp = '\0'; | 25 *cp = '\0'; |
| 26 } | 26 } |
| 27 | 27 |
| 28 static int | 28 static int |
