aboutsummaryrefslogtreecommitdiff
path: root/pnm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-08-04 16:10:55 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-08-04 16:10:55 +0900
commit35e95f597b37559b902efb886ef6966c3c4bb684 (patch)
tree9744ff3aadfa5343fb202ddc741179fd41add09d /pnm
parent62c69b2297be8723bfb0a2c4bea8e9ced38583e5 (diff)
Add a blank line in pnm/pgm.scm
Diffstat (limited to 'pnm')
-rw-r--r--pnm/pgm.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/pnm/pgm.scm b/pnm/pgm.scm
index c0e0b25..6c32dea 100644
--- a/pnm/pgm.scm
+++ b/pnm/pgm.scm
@@ -15,6 +15,7 @@
;;;
;;; You should have received a copy of the GNU Lesser General Public License
;;; along with R7RS-PNM. If not, see <https://www.gnu.org/licenses/>.
+
(define-library (pnm pgm)
(export make-pgm-image)
(import (scheme base)