Add assertion
[openjpeg.git] / src / lib / openjp2 / j2k.c
index e47abdbd51644419ce39b10ff6cbf4924be5a7ba..75d4f0cecff9e7c5151bbcd194934beb3af43c28 100644 (file)
@@ -11139,8 +11139,9 @@ OPJ_BOOL opj_j2k_encode(opj_j2k_t * p_j2k,
                 l_max_tile_size = l_current_tile_size;
             }
             if (l_current_data == NULL) {
-                /* Shoul not happen in practice, but will avoid Coverity to */
+                /* Should not happen in practice, but will avoid Coverity to */
                 /* complain about a null pointer dereference */
+                assert(0);
                 return OPJ_FALSE;
             }