mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix C++-style comment.
This commit is contained in:
parent
1abf76e82c
commit
d0b54441db
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-mpi-internal.c,v 1.5 2006/07/13 04:15:25 neilc Exp $
|
||||
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-mpi-internal.c,v 1.6 2006/07/13 04:52:51 neilc Exp $
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
@ -47,7 +47,7 @@ static void mp_clear_free(mpz_t *a)
|
||||
{
|
||||
if (!a)
|
||||
return;
|
||||
// fixme: no clear?
|
||||
/* fixme: no clear? */
|
||||
mp_int_free(a);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user