2
0
Эх сурвалжийг харах

fix: return with a value, in function returning void (LTC_EASY)

Karel Miko 7 жил өмнө
parent
commit
733d3e5d7d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      demos/timing.c

+ 1 - 1
demos/timing.c

@@ -466,7 +466,7 @@ static void time_cipher_lrw(void)
    tally_results(1);
 }
 #else
-static void time_cipher_lrw(void) { fprintf(stderr, "NO LRW\n"); return 0; }
+static void time_cipher_lrw(void) { fprintf(stderr, "NO LRW\n"); }
 #endif