summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2017-10-17 15:15:22 -0500
committerJared Dillard <jdillard@netgate.com>2017-10-17 15:19:49 -0500
commit495571605707f01b9788346fccc229fd4f60363b (patch)
tree727ac29f8274a111ee29e8c2af3f0d4ed7438309
parenta2379b77531fd4ef70b333c68f4aa0c7c40fa69e (diff)
downloadFreeBSD-src-495571605707f01b9788346fccc229fd4f60363b.zip
FreeBSD-src-495571605707f01b9788346fccc229fd4f60363b.tar.gz
fix image alignment
-rw-r--r--sys/boot/forth/logo-pfSensebw.4th4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/forth/logo-pfSensebw.4th b/sys/boot/forth/logo-pfSensebw.4th
index c107efe..4804011 100644
--- a/sys/boot/forth/logo-pfSensebw.4th
+++ b/sys/boot/forth/logo-pfSensebw.4th
@@ -35,9 +35,9 @@
: logo ( x y -- ) \ B/W pfSense logo (15 rows x 32 columns)
s" " logo+
+ s" " logo+
s" __________________________ " logo+
- s" / \ " logo+
- s" | ____|" logo+
+ s" / ___\ " logo+
s" | /` " logo+
s" | / :-|" logo+
s" | _________ ___/ /_ |" logo+
OpenPOWER on IntegriCloud