diff options
author | Darrell Anderson <[email protected]> | 2013-05-23 01:58:49 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-05-23 01:58:49 -0500 |
commit | f64808af7bf6fb44249666050b77ea24972b3021 (patch) | |
tree | 71545503f8a2ed4833ac0f3159a7e52f5c8b80e0 /dvdread | |
parent | 30c1ea135c184217e7cdc70c8f9e60a9f9928dba (diff) | |
download | k9copy-f64808af7bf6fb44249666050b77ea24972b3021.tar.gz k9copy-f64808af7bf6fb44249666050b77ea24972b3021.zip |
Fix incorrect characters.
Diffstat (limited to 'dvdread')
-rw-r--r-- | dvdread/dvd_reader.c | 4 | ||||
-rw-r--r-- | dvdread/dvd_udf.c | 2 | ||||
-rw-r--r-- | dvdread/ifo_read.c | 4 | ||||
-rw-r--r-- | dvdread/ifo_read.h | 4 | ||||
-rw-r--r-- | dvdread/ifo_types.h | 4 | ||||
-rw-r--r-- | dvdread/nav_read.c | 2 | ||||
-rw-r--r-- | dvdread/nav_read.h | 2 | ||||
-rw-r--r-- | dvdread/nav_types.h | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/dvdread/dvd_reader.c b/dvdread/dvd_reader.c index d1d9c97..e07b757 100644 --- a/dvdread/dvd_reader.c +++ b/dvdread/dvd_reader.c @@ -1,8 +1,8 @@ /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Copyright (C) 2001, 2002, 2003 Billy Biggs <[email protected]>, - * H�kan Hjort <[email protected]>, - * Bj�rn Englund <[email protected]> + * H�kan Hjort <[email protected]>, + * Bj�rn Englund <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/dvd_udf.c b/dvdread/dvd_udf.c index 9af6ad0..cfd4f10 100644 --- a/dvdread/dvd_udf.c +++ b/dvdread/dvd_udf.c @@ -5,7 +5,7 @@ * * Modifications by: * Billy Biggs <[email protected]>. - * Bj�rn Englund <[email protected]>. + * Bj�rn Englund <[email protected]>. * * dvdudf: parse and read the UDF volume information of a DVD Video * Copyright (C) 1999 Christian Wolff for convergence integrated media diff --git a/dvdread/ifo_read.c b/dvdread/ifo_read.c index e58b913..ff2d78c 100644 --- a/dvdread/ifo_read.c +++ b/dvdread/ifo_read.c @@ -1,8 +1,8 @@ /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Copyright (C) 2000, 2001, 2002, 2003 - * Bj�rn Englund <[email protected]>, - * H�kan Hjort <[email protected]> + * Bj�rn Englund <[email protected]>, + * H�kan Hjort <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/ifo_read.h b/dvdread/ifo_read.h index b1acc76..fb01983 100644 --- a/dvdread/ifo_read.h +++ b/dvdread/ifo_read.h @@ -3,8 +3,8 @@ #define IFO_READ_H_INCLUDED /* - * Copyright (C) 2000, 2001, 2002 Bj�rn Englund <[email protected]>, - * H�kan Hjort <[email protected]> + * Copyright (C) 2000, 2001, 2002 Bj�rn Englund <[email protected]>, + * H�kan Hjort <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/ifo_types.h b/dvdread/ifo_types.h index ec4937d..0bf601c 100644 --- a/dvdread/ifo_types.h +++ b/dvdread/ifo_types.h @@ -3,8 +3,8 @@ #define IFO_TYPES_H_INCLUDED /* - * Copyright (C) 2000, 2001 Bj�rn Englund <[email protected]>, - * H�kan Hjort <[email protected]> + * Copyright (C) 2000, 2001 Bj�rn Englund <[email protected]>, + * H�kan Hjort <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/nav_read.c b/dvdread/nav_read.c index 54d9a11..a96cd75 100644 --- a/dvdread/nav_read.c +++ b/dvdread/nav_read.c @@ -1,6 +1,6 @@ /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* - * Copyright (C) 2000, 2001, 2002, 2003 H�kan Hjort <[email protected]> + * Copyright (C) 2000, 2001, 2002, 2003 H�kan Hjort <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/nav_read.h b/dvdread/nav_read.h index 3f24558..d6c1a18 100644 --- a/dvdread/nav_read.h +++ b/dvdread/nav_read.h @@ -3,7 +3,7 @@ #define NAV_READ_H_INCLUDED /* - * Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]>. + * Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]>. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dvdread/nav_types.h b/dvdread/nav_types.h index 12e19f8..0678398 100644 --- a/dvdread/nav_types.h +++ b/dvdread/nav_types.h @@ -3,7 +3,7 @@ #define NAV_TYPES_H_INCLUDED /* - * Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]> + * Copyright (C) 2000, 2001, 2002 H�kan Hjort <[email protected]> * * The data structures in this file should represent the layout of the * pci and dsi packets as they are stored in the stream. Information |