summaryrefslogtreecommitdiff
path: root/pom.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-14 15:50:03 -0400
committerpommicket <pommicket@gmail.com>2025-09-14 15:50:03 -0400
commit52f3b8a860edd07949734f347f7dcec18274ebe7 (patch)
treeeae3c11786011212e2822ecc5f065377f22c4682 /pom.h
parent72b9ca7d05e8150bae98fda96221de3d985654f8 (diff)
get_list
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.
///