From 943e284e7bb07a2ebe6f9a80a2c9e6888ccde3a5 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 28 May 2023 10:36:09 -0400 Subject: [PATCH] Build number update; spacing --- curses.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/curses.h b/curses.h index 687e7313..e4ba3776 100644 --- a/curses.h +++ b/curses.h @@ -28,7 +28,7 @@ Defined by this header: **man-end****************************************************************/ #define PDCURSES 1 -#define PDC_BUILD 3906 +#define PDC_BUILD 3907 #define PDC_VER_MAJOR 3 #define PDC_VER_MINOR 9 #define PDC_VERDOT "3.9" @@ -302,9 +302,9 @@ typedef struct _win /* definition of a window */ struct _win *_parent; /* subwin's pointer to parent win */ /* these are used only if this is a pad */ - struct pdat + struct pdat { - int _pad_y; + int _pad_y; int _pad_x; int _pad_top; int _pad_left;