Reworded comment.

This commit is contained in:
Svend Sorensen
2006-03-01 01:03:25 +00:00
parent 88949994ea
commit 68f2e31068

View File

@@ -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;
} }