diff options
author | JozanLeClerc <JozanLeClerc@noemail.net> | 2020-11-21 17:48:44 +0000 |
---|---|---|
committer | JozanLeClerc <JozanLeClerc@noemail.net> | 2020-11-21 17:48:44 +0000 |
commit | 23f80b477c14e64b8bfab6dd439205765133bb0c (patch) | |
tree | a4e78ca9b49b4f3085bb46f3a72bf1bd732a5dfe /src/u_strncmp.S | |
parent | Ignore update (diff) | |
download | bsdsetsid-23f80b477c14e64b8bfab6dd439205765133bb0c.tar.gz bsdsetsid-23f80b477c14e64b8bfab6dd439205765133bb0c.tar.bz2 bsdsetsid-23f80b477c14e64b8bfab6dd439205765133bb0c.tar.xz bsdsetsid-23f80b477c14e64b8bfab6dd439205765133bb0c.tar.zst bsdsetsid-23f80b477c14e64b8bfab6dd439205765133bb0c.zip |
In big progress
FossilOrigin-Name: 346a73bbb2744f19c6db8151489a0d65d91db6e4
Diffstat (limited to 'src/u_strncmp.S')
-rw-r--r-- | src/u_strncmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/u_strncmp.S b/src/u_strncmp.S index aafa721..694ae0f 100644 --- a/src/u_strncmp.S +++ b/src/u_strncmp.S @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * bsdsetsid: src/u_strncmp.S - * 2020-11-21 14:02 + * 2020-11-21 18:47 * Joe * * General error handling happen here. |