aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/kt.template
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-taler-error-codes/kt.template')
-rw-r--r--gnu-taler-error-codes/kt.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/kt.template b/gnu-taler-error-codes/kt.template
index 9934b7e..9470655 100644
--- a/gnu-taler-error-codes/kt.template
+++ b/gnu-taler-error-codes/kt.template
@@ -5,4 +5,4 @@
5 * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}). 5 * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}).
6 * (A value of 0 indicates that the error is generated client-side). 6 * (A value of 0 indicates that the error is generated client-side).
7 */ 7 */
8 TALER_EC_{{Name}}({{Value}}), 8 {{Name}}({{Value}}),