Remove stray semicolon.

Change-Id: Ic50a84888a7e0c059b4c06716e20e5f120b9b343
diff --git a/debuggerd/crash_dump.cpp b/debuggerd/crash_dump.cpp
index bebd4b6..77d4a07 100644
--- a/debuggerd/crash_dump.cpp
+++ b/debuggerd/crash_dump.cpp
@@ -319,7 +319,7 @@
     default:
       LOG(FATAL) << "unexpected CrashInfo version: " << crash_info->header.version;
       break;
-  };
+  }
 
   if (rc < expected_size) {
     LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected "