Skip to content

Commit

Permalink
fix: Added missing eol escape for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Apr 5, 2024
1 parent 163c46d commit ec0d3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rt/rtmain.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ec0d3f3

Please sign in to comment.