Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Remove unnecessary curly brackets
master
sin
10 anni fa
parent
905b74161e
commit
d907c3f994
1 ha cambiato i file
con
1 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
noice.c
+ 1
- 2
noice.c
Vedi File
@@ -303,10 +303,9 @@ nextsel(void)
c = getch();
for (i = 0; i < LEN(bindings); i++)
{
for (i = 0; i < LEN(bindings); i++)
if (c == bindings[i].sym)
return bindings[i].act;
}
return 0;
}
Write
Preview
Loading…
Annulla
Salva