summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-16 14:01:10 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-16 14:01:10 +0000
commitfc5e6cb0b685f9bff5d58e8e9b28b01d00d1bed1 (patch)
tree504bd109a7dbc2ca8a4fe06d95ed0665d50eaca5 /fluid
parentb43ba93bdb2203afb2a374718eeea3d183b7c3b5 (diff)
Whoops - missed a closing bracket...
git-svn-id: file:///fltk/svn/fltk/trunk@273 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/Fl_Menu_Type.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/Fl_Menu_Type.cxx b/fluid/Fl_Menu_Type.cxx
index 7c07f53ca..604dbb0b6 100644
--- a/fluid/Fl_Menu_Type.cxx
+++ b/fluid/Fl_Menu_Type.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Menu_Type.cxx,v 1.12 1999/02/16 13:55:06 mike Exp $"
+// "$Id: Fl_Menu_Type.cxx,v 1.13 1999/02/16 14:01:10 mike Exp $"
//
// Menu item code for the Fast Light Tool Kit (FLTK).
//
@@ -224,6 +224,7 @@ void Fl_Menu_Item_Type::write_static() {
int i; const char* n = menu_name(i);
write_c("Fl_Menu_Item* %s::%s = %s::%s + %d;\n", k, c, k, n, i);
}
+ }
}
}
@@ -527,5 +528,5 @@ void shortcut_in_cb(Shortcut_Button* i, void* v) {
}
//
-// End of "$Id: Fl_Menu_Type.cxx,v 1.12 1999/02/16 13:55:06 mike Exp $".
+// End of "$Id: Fl_Menu_Type.cxx,v 1.13 1999/02/16 14:01:10 mike Exp $".
//