Commit 079a4b7699615c46997ebbbeba007a0687c9aded
1 parent
a363c71b
Exists in
master
and in
1 other branch
Fixing windows builds.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/terminal/windows/registry.c
| ... | ... | @@ -257,7 +257,7 @@ |
| 257 | 257 | |
| 258 | 258 | // Save internal properties |
| 259 | 259 | save_string(hKey, "selection-font-family", terminal->selection.font_family); |
| 260 | - save_string(hKey, "selection-color-scheme", &terminal->selection.color.scheme); | |
| 260 | + save_string(hKey, "selection-color-scheme", terminal->selection.color.scheme); | |
| 261 | 261 | |
| 262 | 262 | // Save Toggles |
| 263 | 263 | for(ix = 0; ix < G_N_ELEMENTS(klass->properties.toggle); ix++) | ... | ... |