diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-07-16 13:17:23 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-07-16 13:17:23 +0000 |
| commit | c785c1b82b8ab626637a987a8aa5e55e6f4df2bb (patch) | |
| tree | 65987e00b71951d2b05d20b70493b69419f1c613 | |
| parent | 5da1d86a035c9f256d3e8e6accb7a7bb493df48d (diff) | |
minor changes
| -rw-r--r-- | libopenjpeg/j2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/j2k.c b/libopenjpeg/j2k.c index b9a8298e..e7816f5d 100644 --- a/libopenjpeg/j2k.c +++ b/libopenjpeg/j2k.c @@ -1041,7 +1041,7 @@ LIBJ2K_API int j2k_encode(j2k_image_t * img, j2k_cp_t * cp, char *output, for (tileno = 0; tileno < cp->tw * cp->th; tileno++) { - fprintf(stderr, "\nTile number %d / %d \n", tileno + 1, + fprintf(stderr, "Tile number %d / %d ", tileno + 1, cp->tw * cp->th); if (cp->intermed_file==1) { |
