On Thu, 26 Jan 2017 22:54:30 +0530 Daksh Anand <[email protected]> wrote:
> - while ((next_percent != NULL) && !found) {
> + while ((next_percent) && !found) {
Remove unnecessary parenthesis here.
On Thu, 26 Jan 2017 22:54:30 +0530 Daksh Anand <[email protected]> wrote:
> - while ((next_percent != NULL) && !found) {
> + while ((next_percent) && !found) {
Remove unnecessary parenthesis here.