diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-01 22:09:33 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-01 22:09:33 -0700 |
commit | 1aacbdf5beafe03d16c0c69801bd34e29aeb25b6 (patch) | |
tree | 317d96638361edd83b5138bfd6b13749e4bd2cf1 /subx | |
parent | 07b534163f08a80966dee43966676ff99ca1dff8 (diff) | |
download | mu-1aacbdf5beafe03d16c0c69801bd34e29aeb25b6.tar.gz |
4646
Diffstat (limited to 'subx')
-rw-r--r-- | subx/examples/ex6.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/examples/ex6.subx b/subx/examples/ex6.subx index 96bbd033..17a0c6fe 100644 --- a/subx/examples/ex6.subx +++ b/subx/examples/ex6.subx @@ -30,6 +30,6 @@ size: # size of string 0e 00 00 00 # 14 x: # string to print 48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 0a 00 -# h e l l o , ␣ w o r l d ! newline null +# H e l l o , ␣ w o r l d ! newline null # vim:ft=subx:nowrap |