[FREELDR] Minor code formatting; constify some non-mutable data.
[reactos.git] / boot / freeldr / freeldr / arch / i386 / i386bug.c
index c5c82af..6d42279 100644 (file)
@@ -9,7 +9,7 @@ typedef struct _FRAME
     void *Address;
 } FRAME;
 
-char *i386ExceptionDescriptionText[] =
+static const char *i386ExceptionDescriptionText[] =
 {
     "Exception 00: DIVIDE BY ZERO\n\n",
     "Exception 01: DEBUG EXCEPTION\n\n",