yaz/commit

typo

authorMichiel Hildebrand
Sun Mar 13 12:33:30 2011 +0100
committerMichiel Hildebrand
Sun Mar 13 12:33:30 2011 +0100
commit8d12d20f45da687ab1a3a9dd22f004357f0b4469
tree10c29ec909fec7ba3e8b06f74db42340bac05f6a
parent349f22def2c298b1957af437af54625fd37b8b19
Diff style: patch stat
diff --git a/api/video_frames.pl b/api/video_frames.pl
index aa05800..d087cde 100644
--- a/api/video_frames.pl
+++ b/api/video_frames.pl
@@ -58,7 +58,7 @@ serve_video(Request) :-
 	Mimetype = 'video/flv',
 	http_reply_file(Fragment, [mimetype(Mimetype), unsafe(true)], Request).
 
-%%	video_fragment(+VideoFile, +Start, +End -Fragment)
+%%	video_fragment(+VideoFile, +Start, +End, -Fragment)
 %
 %	@TBD