Skip to content

Commit d545bdd

Browse files
authored
Apply suggestion from @Shane32
1 parent f35e95e commit d545bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QRCoder/PdfByteQRCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public byte[] GetGraphic(int pixelsPerModule, string darkColorHtmlHex, string li
134134

135135
// Object 4: Content stream - contains the drawing instructions
136136
writer.Write(
137-
ToStr(xrefs.Count) + " 0 obj\r\n" + // Object number and generation number (0)
137+
ToStr(xrefs.Count) + " 0 obj\r\n" + // Object number and generation number (0)
138138
"<< /Length " + ToStr(System.Text.Encoding.ASCII.GetByteCount(content)) + " >>\r\n" + // Dictionary with stream length in bytes
139139
"stream\r\n" + // Begin stream data
140140
content + "endstream\r\n" + // Stream content followed by end stream marker

0 commit comments

Comments
 (0)