diff options
Diffstat (limited to 'src/include/libpq/pqcomm.h')
-rw-r--r-- | src/include/libpq/pqcomm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index 83c76aa2690..f565900a5d5 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.h,v 1.12 1997/09/08 02:37:08 momjian Exp $ + * $Id: pqcomm.h,v 1.13 1997/09/08 20:58:26 momjian Exp $ * * NOTES * Some of this should move to libpq.h @@ -111,7 +111,7 @@ typedef struct Port /* * PacketBufId id; - *//* id of packet buf currently in use */ +*//* id of packet buf currently in use */ PacketBuf buf; /* stream implementation (curr pack buf) */ } Port; |