aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PJ_aeqd.c2
-rw-r--r--src/PJ_airy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/PJ_aeqd.c b/src/PJ_aeqd.c
index aa1597e4..c089eed7 100644
--- a/src/PJ_aeqd.c
+++ b/src/PJ_aeqd.c
@@ -35,7 +35,7 @@ enum Mode {
N_POLE = 0,
S_POLE = 1,
EQUIT = 2,
- OBLIQ = 3,
+ OBLIQ = 3
};
struct pj_opaque {
diff --git a/src/PJ_airy.c b/src/PJ_airy.c
index 3b145475..f70e7f7a 100644
--- a/src/PJ_airy.c
+++ b/src/PJ_airy.c
@@ -38,7 +38,7 @@ enum Mode {
N_POLE = 0,
S_POLE = 1,
EQUIT = 2,
- OBLIQ = 3,
+ OBLIQ = 3
};
struct pj_opaque {