* core.c (core_init): Adding missing "break".
authorJeff Law <law@redhat.com>
Fri, 6 Feb 1998 08:58:31 +0000 (08:58 +0000)
committerJeff Law <law@redhat.com>
Fri, 6 Feb 1998 08:58:31 +0000 (08:58 +0000)
gprof/ChangeLog
gprof/core.c

index 93e61be7abf17d25fd3266cc6c055bd5f29c8ae8..564a4b320cf0eb318a290cea887213ee198bf39f 100644 (file)
@@ -1,3 +1,7 @@
+Fri Feb  6 02:00:19 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * core.c (core_init): Adding missing "break".
+
 Thu Feb  5 12:49:37 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
index 11b21a6f6ecb950ee6e019971c85314a23d945f9..597355ed4a3cf43e493aa6683b7b8cc5251984db 100644 (file)
@@ -177,6 +177,7 @@ DEFUN (core_init, (a_out_name), const char *a_out_name)
       break;
 
     default:
+      break;
     }
 
   if (function_mapping_file)
This page took 0.027823 seconds and 4 git commands to generate.