Commit b07d5fd
authored
Update variables.c
Aligned patch 5 (this) with patch 4 to ease readability. In this case, "if (isalpha(c) && !isupper(c))" has been simplified to "if (islower(c))"1 parent ad14bc3 commit b07d5fd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments