diff options
author | phintuka <phintuka> | 2009-02-16 16:21:10 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-16 16:21:10 +0000 |
commit | 9b2afdabb3f5c12d8e809dc854aad9b4511c9a0b (patch) | |
tree | 4159cf5e54f7194dc925f0ab8b2fb1e1e79f0842 | |
parent | 2b912e6e0c23d2859cd777e0c2257eb8fd566e87 (diff) | |
download | xineliboutput-9b2afdabb3f5c12d8e809dc854aad9b4511c9a0b.tar.gz xineliboutput-9b2afdabb3f5c12d8e809dc854aad9b4511c9a0b.tar.bz2 |
Fixed paste error
-rw-r--r-- | tools/ts.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: ts.h,v 1.8 2009-02-16 16:03:18 phintuka Exp $ + * $Id: ts.h,v 1.9 2009-02-16 16:21:10 phintuka Exp $ * */ @@ -12,7 +12,7 @@ #define _XINELIBOUTPUT_TS_H_ #ifdef __cplusplus -} /* extern "C" { */ +extern "C" { #endif |