Skip to content

Commit

Permalink
Whoops - missed a closing bracket...
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/trunk@273 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Feb 16, 1999
1 parent b43ba93 commit fc5e6cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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).
//
Expand Down Expand Up @@ -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);
}
}
}
}

Expand Down Expand Up @@ -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 $".
//

0 comments on commit fc5e6cb

Please sign in to comment.