Skip to content

Commit

Permalink
Update xerbla.c
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 4, 2017
1 parent 104ad06 commit 0ef7841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/others/xerbla.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
#endif

#ifdef INTERFACE64
#define MSGFMT " ** On entry to %6s parameter number %2d had an illegal value\n"
#define MSGFMT " ** On entry to %6s parameter number %2ld had an illegal value\n"
#else
#define MSGFMT " ** On entry to %6s parameter number %2ld had an illegal value\n"
#define MSGFMT " ** On entry to %6s parameter number %2d had an illegal value\n"
#endif

#ifdef __ELF__
Expand Down

0 comments on commit 0ef7841

Please sign in to comment.