diff options
-rw-r--r-- | generator/ppmforge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/ppmforge.c b/generator/ppmforge.c index e55d30da..47f9390e 100644 --- a/generator/ppmforge.c +++ b/generator/ppmforge.c @@ -1057,8 +1057,8 @@ genplanet(bool const stars, static void applyPowerLawScaling(double * const a, - int const meshsize, - double const powscale) { + int const meshsize, + double const powscale) { /* Apply power law scaling if non-unity scale is requested. */ |