diff options
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r-- | g10/parse-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index 3acce404b..53d8c7bfb 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -922,7 +922,7 @@ parse_sig_subpkt( const byte *buffer, sigsubpkttype_t reqtype, size_t *ret_n ) buffer += n; buflen -=n; } if( reqtype == SIGSUBPKT_TEST_CRITICAL ) - return buffer; /* as value true to indicate that there is no + return buffer; /* as value true to indicate that there is no */ /* critical bit we don't understand */ return NULL; /* end of packets; not found */ |