aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 1fa787b..1a849aa 100644
--- a/profile.c
+++ b/profile.c
@@ -72,7 +72,7 @@ void spawn_child(char *progname, char **args, int fd)
int main(int argc, char **argv)
{
- pid_t curpid;
+ pid_t curpid = 0;
int status = -1;
char *prog_name = NULL;
char **args = NULL;