summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-03 13:19:39 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-03 13:19:39 +0000
commit49cf0be8e02264b1f6cc915345f3c027f7d25cbe (patch)
tree9d2c1e48b273dc6c8e7706d6c4edc40efcfa5e25 /libdha
parent2b0c600e6978ce721553e332d19ca8ba8b91aaf2 (diff)
downloadmpv-49cf0be8e02264b1f6cc915345f3c027f7d25cbe.tar.bz2
mpv-49cf0be8e02264b1f6cc915345f3c027f7d25cbe.tar.xz
fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4511 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/mtrr.c2
1 files changed, 1 insertions, 1 deletions
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