OSDN Git Service

Fix a hang in sync
[handbrake-jp/handbrake-jp-git.git] / libhb / lang.c
index d78b898..c1be7b3 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include "lang.h"
@@ -254,7 +254,7 @@ int lang_to_code(const iso639_lang_t *lang)
 iso639_lang_t * lang_for_english( const char * english )
 {
     iso639_lang_t * lang;
-    
+
     for( lang = (iso639_lang_t*) languages; lang->eng_name; lang++ )
     {
         if( !strcmp( lang->eng_name, english ) )