summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/errors.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/errors.c b/src/utils/errors.c
index b5b4792..c53a442 100644
--- a/src/utils/errors.c
+++ b/src/utils/errors.c
@@ -44,6 +44,9 @@ const char *css_error_to_string(css_error error)
case CSS_EOF:
result = "EOF encountered";
break;
+ case CSS_IMPORTS_PENDING:
+ result = "Imports pending";
+ break;
}
return result;