Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMark Probst <mark.probst@gmail.com>2013-02-27 22:58:05 +0400
committerMark Probst <mark.probst@gmail.com>2013-02-28 01:29:51 +0400
commit246d0e2b96d75916582847d58eeda4388e485e7d (patch)
tree5246cca083fb6f77e9b8c0a388e3dbe04dcb27f2 /tools
parentc64966695333953c85bf8f9feff73cf2b8c3fc97 (diff)
[sgen] Fix build of sgen-grep-binprot.
Diffstat (limited to 'tools')
-rw-r--r--tools/sgen/sgen-grep-binprot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sgen/sgen-grep-binprot.c b/tools/sgen/sgen-grep-binprot.c
index 8027b3a9879..9a3cbe89286 100644
--- a/tools/sgen/sgen-grep-binprot.c
+++ b/tools/sgen/sgen-grep-binprot.c
@@ -176,6 +176,7 @@ print_entry (int type, void *data)
case SGEN_PROTOCOL_CEMENT_RESET: {
printf ("cement_reset\n");
break;
+ }
case SGEN_PROTOCOL_DISLINK_UPDATE: {
SGenProtocolDislinkUpdate *entry = data;
printf ("dislink_update link %p obj %p", entry->link, entry->obj);