From 0d4f6264e4267fdd907fd8216cd511a1f7743625 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 7 Oct 2009 03:53:17 +0200 Subject: [PATCH] Remove leftover #endif --- include/vlc_mtime.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/vlc_mtime.h b/include/vlc_mtime.h index dc47314faf..c8101f4afe 100644 --- a/include/vlc_mtime.h +++ b/include/vlc_mtime.h @@ -75,7 +75,6 @@ VLC_EXPORT( char *, secstotimestr, ( char *psz_buffer, int secs ) ); */ # define VLC_HARD_MIN_SLEEP 10000 /* 10 milliseconds = 1 tick at 100Hz */ # define VLC_SOFT_MIN_SLEEP 9000000 /* 9 seconds */ -#endif static __attribute__((unused)) -- 2.39.5