Changeset 3df44d631a3635a1bd268dd8aee5fed490be7bd4

Show
Ignore:
Timestamp:
07/10/05 14:05:57 (3 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1120997157 +0000
git-parent:

[799c89719fd98b00a625922c1efc53794d69918d]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1120997157 +0000
Message:

Typo fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/extras/libc.c

    rf15f004 r3df44d6  
    485485    if( i_nom > i_max || i_den > i_max ) 
    486486    { 
    487         uint i_a0_num = 0, i_a0_den = 1, i_a1_num = 1, i_a1_den = 0; 
     487        uint64_t i_a0_num = 0, i_a0_den = 1, i_a1_num = 1, i_a1_den = 0; 
    488488        b_exact = 0; 
    489489