summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
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