diff options
Diffstat (limited to '')
-rw-r--r-- | g13/utils.c | 2 | ||||
-rw-r--r-- | g13/utils.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/g13/utils.c b/g13/utils.c index ef0c572a6..4b374df10 100644 --- a/g13/utils.c +++ b/g13/utils.c @@ -176,5 +176,5 @@ next_tuple (tupledesc_t tupledesc, unsigned int *r_tag, size_t *r_length) } return NULL; -} +} diff --git a/g13/utils.h b/g13/utils.h index ef718d60d..cebd0436d 100644 --- a/g13/utils.h +++ b/g13/utils.h @@ -40,6 +40,5 @@ const void *next_tuple (tupledesc_t tupledesc, unsigned int *r_tag, size_t *r_length); - #endif /*G13_UTILS_H*/ |