소스 검색

Merge pull request #829 from Pro/hotfix/doc_last_line

Include closing bracket
Julius Pfrommer 8 년 전
부모
커밋
4b7bd729a6
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: