Skip to content

Commit ec21f45

Browse files
committed
vdec/cmpto_j2k: missing space (MOD_NAME)
1 parent 5b2882d commit ec21f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video_decompress/cmpto_j2k.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ using std::queue;
8585
using std::stoi;
8686
using std::unique_lock;
8787

88-
constexpr const char *MOD_NAME = "[Cmpto J2K dec.]";
88+
constexpr const char *MOD_NAME = "[Cmpto J2K dec.] ";
8989

9090
// General Parameter Defaults
9191
constexpr int DEFAULT_MAX_QUEUE_SIZE = 2; // maximal size of queue for decompressed frames

0 commit comments

Comments
 (0)