Index: src/trusted/validator/x86/testing/enuminsts/str_utils.h |
=================================================================== |
--- src/trusted/validator/x86/testing/enuminsts/str_utils.h (revision 8125) |
+++ src/trusted/validator/x86/testing/enuminsts/str_utils.h (working copy) |
@@ -21,7 +21,7 @@ |
char *SkipPrefix(char *s, const char *prefix); |
/* Return a pointer to s with leading spaces removed. */ |
-char *strip(char *s); |
+const char *strip(const char *s); |
/* Updates the string by removing trailing spaces/newlines. */ |
void rstrip(char *s); |