From 2945b9e8f7ce38320b786391a88f7356ee4e96dd Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 24 Aug 2006 21:21:25 +0000 Subject: [PATCH] Hopefully fixed an unintended line break in API doxygen --- trunk/libburn/libburn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/libburn/libburn.h b/trunk/libburn/libburn.h index 8575adf7..0fc562fd 100644 --- a/trunk/libburn/libburn.h +++ b/trunk/libburn/libburn.h @@ -795,7 +795,7 @@ void burn_source_free(struct burn_source *s); struct burn_source *burn_file_source_new(const char *path, const char *subpath); -/** Creates a data source for an image file (resp. a track) from an open +/** Creates a data source for an image file (a track) from an open readable filedescriptor, an eventually open readable subcodes file descriptor and eventually a fixed size in bytes. @param datafd The source of data.