diff options
author | jim <empty> | 1989-03-30 16:05:10 +0000 |
---|---|---|
committer | jim <empty> | 1989-03-30 16:05:10 +0000 |
commit | 17e0e5c242e7cc952d9054c8f8b8218d73a88106 (patch) | |
tree | dcb7570dada0da498e33a61bc2ff999311dd455b /xc/lib/Xaw/DialogP.h | |
parent | 6d3a50c23d0fb4712b1f36be29d58d309b473ef3 (diff) |
fixed endif
Diffstat (limited to 'xc/lib/Xaw/DialogP.h')
-rw-r--r-- | xc/lib/Xaw/DialogP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xaw/DialogP.h b/xc/lib/Xaw/DialogP.h index 8c5185ae3..67b1a273b 100644 --- a/xc/lib/Xaw/DialogP.h +++ b/xc/lib/Xaw/DialogP.h @@ -1,4 +1,4 @@ -/* $XConsortium: DialogP.h,v 1.7 88/09/06 09:44:44 swick Exp $ */ +/* $XConsortium: DialogP.h,v 1.8 88/09/06 16:41:16 jim Exp $ */ /*********************************************************** @@ -70,4 +70,4 @@ typedef struct _DialogConstraintsRec { DialogConstraintsPart dialog; } DialogConstraintsRec, *DialogConstraints; -#endif _DialogP_h +#endif /* _DialogP_h */ |