Parcourir la source

Fix alignment

master
Arun Prakash Jana il y a 3 ans
Parent
révision
7e307bc2ff
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Voir le fichier

@@ -327,7 +327,7 @@ typedef struct {
uint_t runctx : 3; /* The context in which plugin is to be run */
uint_t selmode : 1; /* Set when selecting files */
uint_t oldcolor : 1; /* Use older colorscheme */
uint_t stayonsel : 1; /* Disable auto-proceed on select */
uint_t stayonsel : 1; /* Disable auto-proceed on select */
uint_t dirctx : 1; /* Show dirs in context color */
uint_t uidgid : 1; /* Show owner and group info */
uint_t reserved : 9; /* Adjust when adding/removing a field */


Chargement…
Annuler
Enregistrer