aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/h.footer
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-25 21:12:26 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-25 21:12:26 +0200
commit0b778cdac372d0b75f3b64501a15a21c9c57f36e (patch)
tree977cb9340c47de7f2bc67e6a7839eb36f2e03e83 /gnu-taler-error-codes/h.footer
parent26c28e8d30ec14ee3e0c32115d6eb9b3f180c65f (diff)
downloadgana-0b778cdac372d0b75f3b64501a15a21c9c57f36e.tar.gz
gana-0b778cdac372d0b75f3b64501a15a21c9c57f36e.zip
never return NULL
Diffstat (limited to 'gnu-taler-error-codes/h.footer')
-rw-r--r--gnu-taler-error-codes/h.footer2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/h.footer b/gnu-taler-error-codes/h.footer
index 1357a9e..6c32dbd 100644
--- a/gnu-taler-error-codes/h.footer
+++ b/gnu-taler-error-codes/h.footer
@@ -7,7 +7,7 @@
7 * Returns a hint for a given error code. 7 * Returns a hint for a given error code.
8 * 8 *
9 * @param ec the error code. 9 * @param ec the error code.
10 * @return the hint if it could be found, otherwise NULL. 10 * @return the hint if it could be found, otherwise "<no hint found>"
11 */ 11 */
12const char * 12const char *
13TALER_ErrorCode_get_hint (enum TALER_ErrorCode ec); 13TALER_ErrorCode_get_hint (enum TALER_ErrorCode ec);