From 49cf0be8e02264b1f6cc915345f3c027f7d25cbe Mon Sep 17 00:00:00 2001 From: nexus Date: Sun, 3 Feb 2002 13:19:39 +0000 Subject: fix typo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4511 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/mtrr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdha') diff --git a/libdha/mtrr.c b/libdha/mtrr.c index 8a8e9b2e51..271e0b2d73 100644 --- a/libdha/mtrr.c +++ b/libdha/mtrr.c @@ -42,7 +42,7 @@ int mtrr_set_type(unsigned base,unsigned size,int type) return ENOSYS; #else #warning Please port MTRR stuff!!! - return ENOSYS + return ENOSYS; #endif } #else -- cgit v1.2.3