diff options
| author | Geoff Voelker | 1996-01-21 00:23:44 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1996-01-21 00:23:44 +0000 |
| commit | 819053bff0829425e8c7fc7add1a6ebfb329df99 (patch) | |
| tree | 34e38b79b3ad589b06511c789d0cd77f61ac1c67 /src | |
| parent | ad35c03238c3b8e8041aaf87730678211423751d (diff) | |
| download | emacs-819053bff0829425e8c7fc7add1a6ebfb329df99.tar.gz emacs-819053bff0829425e8c7fc7add1a6ebfb329df99.zip | |
(REG_ROOT): Don't use trailing backslash.
Diffstat (limited to 'src')
| -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. */ | |||
| 28 | #include <stdio.h> | 28 | #include <stdio.h> |
| 29 | #include <string.h> | 29 | #include <string.h> |
| 30 | 30 | ||
| 31 | #define REG_ROOT "SOFTWARE\\GNU\\Emacs\\" | 31 | #define REG_ROOT "Software\\GNU\\Emacs" |
| 32 | 32 | ||
| 33 | LPBYTE | 33 | LPBYTE |
| 34 | win32_get_string_resource (name, class, dwexptype) | 34 | win32_get_string_resource (name, class, dwexptype) |