diff options
Diffstat (limited to 'tools/perf/builtin-probe.c')
-rw-r--r-- | tools/perf/builtin-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-probe.c b/tools/perf/builtin-probe.c index a99a366230ab..81245238e341 100644 --- a/tools/perf/builtin-probe.c +++ b/tools/perf/builtin-probe.c | |||
@@ -69,7 +69,7 @@ static struct { | |||
69 | static void parse_probe_point(char *arg, struct probe_point *pp) | 69 | static void parse_probe_point(char *arg, struct probe_point *pp) |
70 | { | 70 | { |
71 | char *ptr, *tmp; | 71 | char *ptr, *tmp; |
72 | char c, nc; | 72 | char c, nc = 0; |
73 | /* | 73 | /* |
74 | * <Syntax> | 74 | * <Syntax> |
75 | * perf probe SRC:LN | 75 | * perf probe SRC:LN |