faultrep/tests: Constify some character strings.

This commit is contained in:
Frédéric Delanoy 2013-12-21 14:32:23 +01:00 committed by Alexandre Julliard
parent ad906531b2
commit 9f2ebd7736
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
#include "errorrep.h"
#include "wine/test.h"
static char regpath_root[] = "Software\\Microsoft\\PCHealth\\ErrorReporting";
static char regpath_exclude[] = "ExclusionList";
static const char regpath_root[] = "Software\\Microsoft\\PCHealth\\ErrorReporting";
static const char regpath_exclude[] = "ExclusionList";
/* ###### */