diff options
-rw-r--r-- | src/xine-engine/xine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index d58b4ea55..4b228304c 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -795,7 +795,7 @@ static inline int _x_path_looks_like_mrl (const char *path) return path[0] == ':' && path[1] == '/'; } -/*static*/ int open_internal (xine_stream_t *stream, const char *mrl) { +static int open_internal (xine_stream_t *stream, const char *mrl) { const char *stream_setup = NULL; const char *mrl_proto = NULL; |