Skip to content

Commit 15963ed

Browse files
committed
fix commented-out if
1 parent b87f121 commit 15963ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ValidateMP4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ void atomprintnotab(const char *formatStr, ...)
382382
va_list ap;
383383
va_start(ap, formatStr);
384384

385-
//if (vg.printatom)
385+
if (vg.printatom)
386386
{
387387
vfprintf( _stdout, formatStr, (void *)ap );
388388
}

0 commit comments

Comments
 (0)