diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-01-21 00:23:44 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-01-21 00:23:44 +0000 |
commit | 819053bff0829425e8c7fc7add1a6ebfb329df99 (patch) | |
tree | 34e38b79b3ad589b06511c789d0cd77f61ac1c67 /src/w32reg.c | |
parent | ad35c03238c3b8e8041aaf87730678211423751d (diff) | |
download | emacs-819053bff0829425e8c7fc7add1a6ebfb329df99.tar.gz |
(REG_ROOT): Don't use trailing backslash.
Diffstat (limited to 'src/w32reg.c')
-rw-r--r-- | src/w32reg.c | 2 |
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) |