diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index 06f7cbf31..90a95e3dc 100644 --- a/test/test.c +++ b/test/test.c @@ -1,7 +1,7 @@ /* $Id: test.c,v 1.82 2005/11/19 08:25:54 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 <signal.h> @@ -131,7 +131,7 @@ int main( int argc, char ** argv ) h = hb_init( debug, update ); /* Show version */ - fprintf( stderr, "HandBrake %s (%d) - http://handbrake.m0k.org/\n", + fprintf( stderr, "HandBrake %s (%d) - http://handbrake.fr/\n", hb_get_version( h ), hb_get_build( h ) ); /* Check for update */ |