Skip to content

Commit

Permalink
typo (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayozzie authored Feb 13, 2022
1 parent be9c5fc commit 801a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/note-c/n_ua.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ __attribute__((weak)) J *NoteUserAgent()
#if defined(__ICCARM__)
char *compiler = (char *) ("iar arm" PLUS " " STRINGIFY(__VER__));
#elif defined(__IAR_SYSTEMS_ICC__)
char *compiler = (char *) ("iar" PLUS " " STRINIFY(__VER__));
char *compiler = (char *) ("iar" PLUS " " STRINGIFY(__VER__));
#elif defined(__clang__)
char *compiler = (char *) ("clang" PLUS " " __VERSION__);
#elif defined(__GNUC__)
Expand Down

0 comments on commit 801a15f

Please sign in to comment.