summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 134e0179b..2fa82f706 100644
--- a/test/test.c
+++ b/test/test.c
@@ -421,8 +421,8 @@ static void PrintTitleInfo( hb_title_t * title )
{
fprintf( stderr, " + %d, %s (iso639-2: %s)\n",
i + 1,
- audio->lang.iso639_2,
- audio->lang.description );
+ audio->lang.description,
+ audio->lang.iso639_2 );
}
}
fprintf( stderr, " + subtitle tracks:\n" );