Fix typo in yesterday's patch.

This commit is contained in:
Ralf Corsepius
2006-11-19 02:17:10 +00:00
parent a607d363ef
commit 7d6701d3b6

View File

@@ -41,7 +41,7 @@
#define unsigned long uintmax_t
#ifndef PRIuMAX
#define PRIuMAX "%lu"
#define PRIuMAX "lu"
#endif
#endif