changeset 4510:1f0282f9a723

fix typo
author nexus
date Sun, 03 Feb 2002 13:19:39 +0000
parents 90386125ec1f
children bca05e9c0810
files libdha/mtrr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/mtrr.c	Sun Feb 03 13:05:30 2002 +0000
+++ b/libdha/mtrr.c	Sun Feb 03 13:19:39 2002 +0000
@@ -42,7 +42,7 @@
     return ENOSYS;
 #else
 #warning Please port MTRR stuff!!!
-    return ENOSYS
+    return ENOSYS;
 #endif
 }
 #else