Skip to content

Commit 2438989

Browse files
karel-msjaeckel
authored andcommitted
Merge pull request #351 from libtom/pr/fix-time_cipher_lrw
LTC_EASY & time_cipher_lrw (cherry picked from commit ea5b6cd)
1 parent 873240e commit 2438989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/timing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ static void time_cipher_lrw(void)
466466
tally_results(1);
467467
}
468468
#else
469-
static void time_cipher_lrw(void) { fprintf(stderr, "NO LRW\n"); return 0; }
469+
static void time_cipher_lrw(void) { fprintf(stderr, "NO LRW\n"); }
470470
#endif
471471

472472

0 commit comments

Comments
 (0)