summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/movinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/movinfo.c b/TOOLS/movinfo.c
index a1134344b0..6e997b532b 100644
--- a/TOOLS/movinfo.c
+++ b/TOOLS/movinfo.c
@@ -328,7 +328,7 @@ int main(int argc,char* argv[])
if ((f = fopen(argc>1?argv[1]:"Akira.mov","rb")) == NULL)
return 1;
- printf("%.8s %.4s (%.8s) %05s [%s]\n\n",
+ printf("%.8s %.4s (%.8s) %5s [%s]\n\n",
"position", "atom", "atomtype", "len", "human readable atom name");
lschunks(f, 0, 0);