Skip to content

Commit

Permalink
Minor layout fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lammert Bies committed Jun 22, 2024
1 parent 3cadf55 commit 14741f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ obj/*.obj
obj/*.o
lib/*.lib
lib/*.a

x64
Release
build
.vscode
.vs
4 changes: 2 additions & 2 deletions src/fins_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* This file is licensed under the MIT License as stated below
*
* Copyright (c) 2016-2023 Lammert Bies
* Copyright (c) 2016-2024 Lammert Bies
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -56,7 +56,7 @@
#include "fins.h"

static uint8_t bcdtoint_lut[] = {
/* .0 .1 .2 .3 .4 .5 .6 .7 .8 .9 .A .B .C .D .E .F */
/* .0 .1 .2 .3 .4 .5 .6 .7 .8 .9 .A .B .C .D .E .F */
/* 0. */ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 255, 255, 255, 255, 255, 255,
/* 1. */ 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 255, 255, 255, 255, 255, 255,
/* 2. */ 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 255, 255, 255, 255, 255, 255,
Expand Down

0 comments on commit 14741f8

Please sign in to comment.