Skip to content

Commit

Permalink
Compilation: remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaas committed Aug 16, 2024
1 parent e72d524 commit 6689042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aro/Compilation.zig
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ fn generateDateAndTime(w: anytype, timestamp: u47) !void {
});

const day_names = [_][]const u8{ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" };
// days since Thu Oct 1 1970
const day_name = day_names[@intCast((epoch_day.day + 3) % 7)];
try w.print("#define __TIMESTAMP__ \"{s} {s} {d: >2} {d:0>2}:{d:0>2}:{d:0>2} {d}\"\n", .{
day_name,
Expand Down

0 comments on commit 6689042

Please sign in to comment.