From ac3f5f885dd35c8fed4548ac79c994483541ed23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 10 Dec 2007 09:22:03 +0000 Subject: From Michael: Fixed two typos in ReadMe.Developer documentation: In the example code given, a comment is not properly closed and a semicolon was missing in variable definition. This fixes bug 2085. svn path=/trunk/; revision=23824 --- doc/README.developer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/README.developer b/doc/README.developer index adb07fc191..5f6b8c805c 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -2906,7 +2906,7 @@ typedef struct { /* the GMemChunk base structure */ static GMemChunk *my_vals = NULL; -/* Registered protocol number +/* Registered protocol number */ static int my_proto = -1; @@ -2915,7 +2915,7 @@ static int my_proto = -1; /* the local variables in the dissector */ conversation_t *conversation; -my_entry_t *data_ptr +my_entry_t *data_ptr; /* look up the conversation */ -- cgit v1.2.3