]> git.sur5r.net Git - openocd/blobdiff - src/target/breakpoints.c
whitespace fixes
[openocd] / src / target / breakpoints.c
index fd121f2fee00373a2c1a187cd64106b7e2c099d5..6320d2ea83bbecb6a788e4662ac19062160d3d13 100644 (file)
 
 #include "breakpoints.h"
 
-char *breakpoint_type_strings[] =
+static char *breakpoint_type_strings[] =
 {
        "hardware",
        "software"
 };
 
-char *watchpoint_rw_strings[] =
+static char *watchpoint_rw_strings[] =
 {
        "read",
        "write",