diff --git a/sc2/src/port.c b/sc2/src/port.c index 15f960899..6175b30db 100644 --- a/sc2/src/port.c +++ b/sc2/src/port.c @@ -25,7 +25,7 @@ #ifndef HAVE_STRUPR char * -strupr(char *str) +strupr (char *str) { char *ptr; diff --git a/sc2/src/port.h b/sc2/src/port.h index 9842b7ca7..70efb3f81 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -8,6 +8,6 @@ #endif #ifndef HAVE_STRUPR -char *strupr(char *str); +char *strupr (char *str); #endif