summaryrefslogtreecommitdiff
path: root/src/Fl_Help_View.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-12-04 18:14:30 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-12-04 18:14:30 +0000
commitcbdf39916fedb180fe47923baa28299ec05c96cc (patch)
tree7040c4b5a76a7aa9e6c57076a243cd70fdcf3338 /src/Fl_Help_View.cxx
parentb40f9264f7d6001ffc49f2b4832451e60d3a25e3 (diff)
Eliminate compiler warning.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2861 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_View.cxx')
-rw-r--r--src/Fl_Help_View.cxx37
1 files changed, 19 insertions, 18 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx
index 1089a3f8e..36ce84fd7 100644
--- a/src/Fl_Help_View.cxx
+++ b/src/Fl_Help_View.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Help_View.cxx,v 1.1.2.44 2002/11/19 16:37:34 easysw Exp $"
+// "$Id: Fl_Help_View.cxx,v 1.1.2.45 2002/12/04 18:14:30 easysw Exp $"
//
// Fl_Help_View widget routines.
//
@@ -833,22 +833,23 @@ Fl_Help_View::format()
// Setup for formatting...
initfont(font, fsize);
- line = 0;
- links = 0;
- xx = 4;
- yy = fsize + 2;
- ww = 0;
- column = 0;
- border = 0;
- hh = 0;
- block = add_block(value_, xx, yy, hsize_, 0);
- row = 0;
- head = 0;
- pre = 0;
- talign = LEFT;
- newalign = LEFT;
- needspace = 0;
- linkdest[0] = '\0';
+ line = 0;
+ links = 0;
+ xx = 4;
+ yy = fsize + 2;
+ ww = 0;
+ column = 0;
+ border = 0;
+ hh = 0;
+ block = add_block(value_, xx, yy, hsize_, 0);
+ row = 0;
+ head = 0;
+ pre = 0;
+ talign = LEFT;
+ newalign = LEFT;
+ needspace = 0;
+ linkdest[0] = '\0';
+ table_offset = 0;
for (ptr = value_, s = buf; *ptr;)
{
@@ -2730,5 +2731,5 @@ hscrollbar_callback(Fl_Widget *s, void *)
//
-// End of "$Id: Fl_Help_View.cxx,v 1.1.2.44 2002/11/19 16:37:34 easysw Exp $".
+// End of "$Id: Fl_Help_View.cxx,v 1.1.2.45 2002/12/04 18:14:30 easysw Exp $".
//