From ec0d3f34b6f0445fbef5848f2bb1c22d1f5bb3d5 Mon Sep 17 00:00:00 2001 From: "Gregory J. Ward" Date: Fri, 5 Apr 2024 16:43:33 +0000 Subject: [PATCH] fix: Added missing eol escape for Windows --- src/rt/rtmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rt/rtmain.c b/src/rt/rtmain.c index 301b36c7..f86274d1 100644 --- a/src/rt/rtmain.c +++ b/src/rt/rtmain.c @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: rtmain.c,v 2.51 2024/04/05 16:41:17 greg Exp $"; +static const char RCSid[] = "$Id: rtmain.c,v 2.52 2024/04/05 16:43:33 greg Exp $"; #endif /* * rtmain.c - main for rtrace per-ray calculation program @@ -85,7 +85,7 @@ static void printdefaults(void); "HessianAmbientCache\nAmbientAveraging\n" \ "AmbientValueSharing\nAdaptiveShadowTesting\n" \ "InputFormats=a,f,d\nOutputFormats=a,f,d,c\n" \ - "Outputs=o,d,v,V,w,W,l,L,c,p,n,N,s,m,M,r,x,R,X,~\n" + "Outputs=o,d,v,V,w,W,l,L,c,p,n,N,s,m,M,r,x,R,X,~\n" \ "OutputCS=RGB,XYZ,Y,S,M,prims,spec\n" #endif