From 547e538476a788dfeb5974f9b8ad29441d18980b Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 6 Feb 2025 19:28:33 +1300 Subject: Slightly better / more consistent comments --- body/fltk-images-bitmaps-xbm.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'body/fltk-images-bitmaps-xbm.adb') diff --git a/body/fltk-images-bitmaps-xbm.adb b/body/fltk-images-bitmaps-xbm.adb index 12fce18..0115b1b 100644 --- a/body/fltk-images-bitmaps-xbm.adb +++ b/body/fltk-images-bitmaps-xbm.adb @@ -16,6 +16,8 @@ package body FLTK.Images.Bitmaps.XBM is -- Functions From C -- ------------------------ + -- Allocation -- + function new_fl_xbm_image (F : in Interfaces.C.char_array) return Storage.Integer_Address; -- cgit