diff options
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index a4414302e..4a6e6b138 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.177 2006/09/26 05:19:49 dgp85 Exp $ + * $Id: xine_internal.h,v 1.178 2006/09/26 05:48:16 dgp85 Exp $ * */ @@ -364,7 +364,7 @@ int _x_message(xine_stream_t *stream, int type, ...) #ifdef __GNUC__ __attribute__((sentinel)) #endif -; +XINE_PROTECTED; /* flush the message queues */ |