From 0bf75222914c43725ef7d6508ea2f8070550768d Mon Sep 17 00:00:00 2001 From: krangelov Date: Tue, 31 Aug 2021 09:49:33 +0200 Subject: [PATCH] expand the comment for PGF_EXN_OTHER_ERROR --- src/runtime/c/pgf/pgf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 36997aa48..07b7f0cb8 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -60,6 +60,9 @@ typedef struct { * itself, then the error type is PGF_EXN_PGF_ERROR, and the field * msg will contain a newly allocated string which must be freed from * the caller. + * + * - If another unidentified error occurred then type will be + * PGF_EXN_OTHER_ERROR. */ typedef enum {