From 616958b49e7a055558d0ebe39919897aaac4f9df Mon Sep 17 00:00:00 2001 From: Justin Mammarella Date: Mon, 6 Jan 2020 14:02:26 +1100 Subject: [PATCH] fix typo --- avr/cores/megacommand/GUI/Pages.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/cores/megacommand/GUI/Pages.hh b/avr/cores/megacommand/GUI/Pages.hh index a6a0dfbf9..a289161e7 100644 --- a/avr/cores/megacommand/GUI/Pages.hh +++ b/avr/cores/megacommand/GUI/Pages.hh @@ -1,4 +1,4 @@ -:/* Copyright (c) 2009 - http://ruinwesen.com/ */ +/* Copyright (c) 2009 - http://ruinwesen.com/ */ #ifndef PAGES_H__ #define PAGES_H__