Skip to content

Commit 11468f2

Browse files
committed
Improve error message.
1 parent eb813e5 commit 11468f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/direwolf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ int main (int argc, char *argv[])
383383
#ifndef __WIN32__
384384
if (getuid() == 0 || geteuid() == 0) {
385385
text_color_set(DW_COLOR_ERROR);
386-
for (n=0; n<15; n++) {
386+
for (int n=0; n<15; n++) {
387387
dw_printf ("\n");
388388
dw_printf ("Dire Wolf requires only privileges available to ordinary users.\n");
389389
dw_printf ("Running this as root is an unnecessary security risk.\n");

0 commit comments

Comments
 (0)