diff options
author | Neil Conway | 2006-07-13 04:52:51 +0000 |
---|---|---|
committer | Neil Conway | 2006-07-13 04:52:51 +0000 |
commit | 0f7d39bc34ce028e37f985a811ea4a7e9f68fdea (patch) | |
tree | 622dd6ef4ccc71abf75378b98c8257a2f9e4b7da | |
parent | a0b2ec04de44156631cc7c679c0ae770e6da7b53 (diff) |
Fix C++-style comment.
-rw-r--r-- | contrib/pgcrypto/pgp-mpi-internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgp-mpi-internal.c b/contrib/pgcrypto/pgp-mpi-internal.c index 46e19d071e..be5c1b179b 100644 --- a/contrib/pgcrypto/pgp-mpi-internal.c +++ b/contrib/pgcrypto/pgp-mpi-internal.c @@ -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); } |