summaryrefslogtreecommitdiff
path: root/src/w32reg.c
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-01-25 03:13:39 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-01-25 03:13:39 +0000
commit3c190163d271e86a274d97c20bd6e6f88b18a08a (patch)
tree512e1e9e3be5a8a3f2490e9c9e2fd5f043c1e195 /src/w32reg.c
parentdd118a073d7800973c5a7e3e74e541c6dc626392 (diff)
downloademacs-3c190163d271e86a274d97c20bd6e6f88b18a08a.tar.gz
backout 1996-01-21T00:22:24Z!voelker@cs.washington.edu
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 9142fee5a40..dcb4ba29716 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)