summaryrefslogtreecommitdiff
path: root/src/w32reg.c
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-01-21 00:23:44 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-01-21 00:23:44 +0000
commit819053bff0829425e8c7fc7add1a6ebfb329df99 (patch)
tree34e38b79b3ad589b06511c789d0cd77f61ac1c67 /src/w32reg.c
parentad35c03238c3b8e8041aaf87730678211423751d (diff)
downloademacs-819053bff0829425e8c7fc7add1a6ebfb329df99.tar.gz
(REG_ROOT): Don't use trailing backslash.
Diffstat (limited to 'src/w32reg.c')
-rw-r--r--src/w32reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32reg.c b/src/w32reg.c
index dcb4ba29716..9142fee5a40 100644
--- a/src/w32reg.c
+++ b/src/w32reg.c
@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <string.h>
-#define REG_ROOT "SOFTWARE\\GNU\\Emacs\\"
+#define REG_ROOT "Software\\GNU\\Emacs"
LPBYTE
win32_get_string_resource (name, class, dwexptype)