We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb813e5 commit 11468f2Copy full SHA for 11468f2
src/direwolf.c
@@ -383,7 +383,7 @@ int main (int argc, char *argv[])
383
#ifndef __WIN32__
384
if (getuid() == 0 || geteuid() == 0) {
385
text_color_set(DW_COLOR_ERROR);
386
- for (n=0; n<15; n++) {
+ for (int n=0; n<15; n++) {
387
dw_printf ("\n");
388
dw_printf ("Dire Wolf requires only privileges available to ordinary users.\n");
389
dw_printf ("Running this as root is an unnecessary security risk.\n");
0 commit comments