Add missing semicolon

Consistency above all!
This commit is contained in:
Daniel - 2022-06-13 21:06:30 +02:00
parent cff8720a44
commit 731039e84f
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ Does not replace CRLF with CRCRLF, and so on."
(delete-trailing-whitespace))
;; Base45 Decoding
;;; Base45 Decoding
;; This is based on https://datatracker.ietf.org/doc/draft-faltstrom-base45/,
;; which in turned may be used in data encoded for QR codes.