소스 검색

Include closing bracket

Stefan Profanter 7 년 전
부모
커밋
c51e620248
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/tutorial_server_firstSteps.rst

+ 1 - 1
doc/tutorial_server_firstSteps.rst

@@ -20,7 +20,7 @@ Now create a new C source-file called ``myServer.c`` with the following content:
 .. literalinclude:: server_firstSteps.c
    :language: c
    :linenos:
-   :lines: 4,12,14-34
+   :lines: 4,12,14-
 
 This is all that is needed for a simple OPC UA server. Compile the the server
 with GCC using the following command: