Przeglądaj źródła

Ad instruction on reserved bitfield

master
Arun Prakash Jana 4 lat temu
rodzic
commit
1696455a6f
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Wyświetl plik

@@ -315,7 +315,7 @@ typedef struct {
uint oldcolor : 1; /* Use older colorscheme */
uint stayonsel : 1; /* Disable auto-proceed on select */
uint dirctx : 1; /* Show dirs in context color */
uint reserved : 12;
uint reserved : 12; /* Adjust when adding/removing a field */
} runstate;

/* Contexts or workspaces */


Ładowanie…
Anuluj
Zapisz