summaryrefslogtreecommitdiff
path: root/pom.h
diff options
context:
space:
mode:
Diffstat (limited to 'pom.h')
-rw-r--r--pom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.h b/pom.h
index 79bdcd7..aa6d3a9 100644
--- a/pom.h
+++ b/pom.h
@@ -105,7 +105,8 @@ typedef struct pom_item {
/// Currently supported languages:
///
/// - `en-US`
-void pom_set_error_language(const char *lang);
+void
+pom_set_error_language(const char *lang);
/// Load a configuration using a `read`-like function.
///