Changeset 495b3095493ef75c8d04dd632c0112221e413304

Show
Ignore:
Timestamp:
12/09/07 18:36:26 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1189614986 +0000
git-parent:

[876b4ed97865ab05b897ac5c345421b15c88e501]

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

Cosmetic

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/text/strings.c

    rce572d7 r495b309  
    639639                    {                                               \ 
    640640                        psz_meta = string;                          \ 
    641                         if( psz_meta )                              \ 
     641                        if( psz_meta != NULL )                      \ 
    642642                        {                                           \ 
    643643                            int len = strlen( string );             \ 
     
    649649                        else                                        \ 
    650650                        {                                           \ 
    651                                 *d = '-';                           \ 
    652                                 d++;                                \ 
     651                            *d = '-';                               \ 
     652                            d++;                                    \ 
    653653                        }                                           \ 
    654654                    }