Reworded comment.
This commit is contained in:
@@ -184,7 +184,7 @@ int main (int argc, char **argv)
|
|||||||
/* Report track breakpoints for each operand. */
|
/* Report track breakpoints for each operand. */
|
||||||
for (; optind < argc; optind++) {
|
for (; optind < argc; optind++) {
|
||||||
ret = breaks(argv[optind], format, gaps);
|
ret = breaks(argv[optind], format, gaps);
|
||||||
/* Exit if breaks returns an error. */
|
/* Exit if breaks() returns nonzero. */
|
||||||
if (!ret) {
|
if (!ret) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user