diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:09:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:09:01 -0600 |
commit | 445633c8ffa0b5219c036b130230fdc6d97e9894 (patch) | |
tree | 1316fddd885f0ee259dcf646bafc5464c588204b /libdvdnav | |
parent | a372f822fe1b3fad682bf6796cb62da4f13a31db (diff) | |
download | k9copy-445633c8ffa0b5219c036b130230fdc6d97e9894.tar.gz k9copy-445633c8ffa0b5219c036b130230fdc6d97e9894.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'libdvdnav')
-rw-r--r-- | libdvdnav/dvdnav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdvdnav/dvdnav.h b/libdvdnav/dvdnav.h index b9812ad..1e39d0b 100644 --- a/libdvdnav/dvdnav.h +++ b/libdvdnav/dvdnav.h @@ -52,7 +52,7 @@ extern "C" { */ typedef struct dvdnav_s dvdnav_t; -/* tqStatus as reported by most of libdvdnav's functions */ +/* Status as reported by most of libdvdnav's functions */ typedef int32_t dvdnav_status_t; /* |