Translate print the output formats twice instead of the input formats.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20580 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-04-05 14:26:06 +00:00
parent df004988d8
commit d1fca1ccb8
+2 -2
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2006, Haiku. All Rights Reserved. * Copyright 2003-2007, Haiku. All Rights Reserved.
* Distributed under the terms of the MIT license. * Distributed under the terms of the MIT license.
* *
* Authors: * Authors:
@@ -619,7 +619,7 @@ TranslateApp::ListTranslators(uint32 type)
for (int32 j = 0; j < inCount; j++) { for (int32 j = 0; j < inCount; j++) {
printf(" input:\t"); printf(" input:\t");
print_translation_format(outputFormats[j]); print_translation_format(inputFormats[j]);
} }
for (int32 j = 0; j < outCount; j++) { for (int32 j = 0; j < outCount; j++) {