Skip to content

Commit

Permalink
Fixed one warning in ThirdParty/PQC/Utilities.c
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Jun 28, 2019
1 parent 80e22fe commit ec08022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThirdParty/PQC/utilities.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ parse_couple (char *token)
paren_count = 1;
paren1[0] = '(';
p1 = 1;
while (ptr != '\0')
while (*ptr != '\0')
{
ptr++;
if (*ptr == '/' || *ptr == '\0')
Expand Down

0 comments on commit ec08022

Please sign in to comment.