diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-10-28 01:51:29 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-10-28 01:51:29 (EDT) |
commit | 2c9b84b13d2919e7685a5a13fd858345a17c210e (patch) | |
tree | ea0e94fcb8f57fa5f91b5fa46f67e0cb4913f7f4 | |
parent | 04caf5a1dff60114919519bc4049e3290f8df5d5 (diff) | |
download | marquee-2c9b84b13d2919e7685a5a13fd858345a17c210e.zip marquee-2c9b84b13d2919e7685a5a13fd858345a17c210e.tar.gz marquee-2c9b84b13d2919e7685a5a13fd858345a17c210e.tar.bz2 |
Makefile.am: Add missing "#" in header comment
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 523d2a6..5476d0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ # Copyright (C) 2017 Patrick McDermott # # This file is part of Marquee. - +# # Marquee is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or |