Fix bug with children not resizing with main window
[emu8051.git] / src / viewmenu.h
index 7ca7b6c..bf78564 100644 (file)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef VIEWMENU_H
@@ -24,9 +24,7 @@
 
 #include <gtk/gtk.h>
 
-
 void
-ViewAddMenu( GtkWidget *menu_bar );
-
+ViewAddMenu(GtkWidget *menu_bar);
 
 #endif /* VIEWMENU_H */