From fcd1b680c260b931cb5b8cd900c88d9e8dd5f1ad Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 29 Jun 2014 19:43:45 +0000 Subject: Fix up commit mess git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2223 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtosvg/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other/pamtosvg/bitmap.h') diff --git a/converter/other/pamtosvg/bitmap.h b/converter/other/pamtosvg/bitmap.h index 7334f138..b979e0c0 100644 --- a/converter/other/pamtosvg/bitmap.h +++ b/converter/other/pamtosvg/bitmap.h @@ -36,7 +36,7 @@ at_bitmap_type * at_bitmap_new(unsigned short width, unsigned int planes); at_bitmap_type * at_bitmap_copy(at_bitmap_type * src); -/* We have to export functions that supports internal datum +/* We have to export functions that allows internal datum access. Such functions might be useful for at_bitmap_new user. */ unsigned short at_bitmap_get_width (at_bitmap_type * bitmap); -- cgit 1.4.1