Skip to content

Commit

Permalink
Remove C++ comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
loewis committed Dec 7, 2002
1 parent a37d61f commit 2fb661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/unicodedata.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ nfc_nfkc(PyObject *input, int k)
skipped[index] = skipped[cskipped-1];
cskipped--;
i++;
goto again; // continue while
goto again; /* continue while */
}
}
/* Hangul Composition. We don't need to check for <LV,T>
Expand Down

0 comments on commit 2fb661f

Please sign in to comment.