Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0b5444

Browse files
author
Neil Conway
committed
Fix C++-style comment.
1 parent1abf76e commitd0b5444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pgcrypto/pgp-mpi-internal.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-mpi-internal.c,v 1.5 2006/07/13 04:15:25 neilc Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-mpi-internal.c,v 1.6 2006/07/13 04:52:51 neilc Exp $
3030
*/
3131
#include"postgres.h"
3232

@@ -47,7 +47,7 @@ static void mp_clear_free(mpz_t *a)
4747
{
4848
if (!a)
4949
return;
50-
// fixme: no clear?
50+
/* fixme: no clear? */
5151
mp_int_free(a);
5252
}
5353

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp