diff options
| author | robbin <none@none> | 2005-10-21 10:38:49 -0700 |
|---|---|---|
| committer | robbin <none@none> | 2005-10-21 10:38:49 -0700 |
| commit | 45effca3dd1ba645d6bd3955c8ecd0c7bb85298a (patch) | |
| tree | 19ca27f4de2dcb183c6310d26b5375c545a492ce /usr/src/cmd/oawk | |
| parent | dc5a8425272d2602e4c21b95b9eeac2b897f45a1 (diff) | |
| download | illumos-joyent-45effca3dd1ba645d6bd3955c8ecd0c7bb85298a.tar.gz | |
6272066 gcc and cmd/oawk don't get along (fix cstyle)
Diffstat (limited to 'usr/src/cmd/oawk')
| -rw-r--r-- | usr/src/cmd/oawk/b.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/oawk/b.c b/usr/src/cmd/oawk/b.c index 298f630a96..f383f0dcd8 100644 --- a/usr/src/cmd/oawk/b.c +++ b/usr/src/cmd/oawk/b.c @@ -1083,8 +1083,7 @@ dump_table(ccl_chars_t *table, int size) printf("Duming table %o with size %d\n", table, size); size++; /* To watch out NULL */ - for (i = 0; i < size; i++, table++) - { + for (i = 0; i < size; i++, table++) { printf("{%3o, %3o}, ", table->cc_cs, table->cc_ce); } printf("\n"); |
