diff options
Diffstat (limited to 'src/widgets/stroke-style.h')
| -rw-r--r-- | src/widgets/stroke-style.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h index 274cc2b47..049782517 100644 --- a/src/widgets/stroke-style.h +++ b/src/widgets/stroke-style.h @@ -84,7 +84,7 @@ struct { gchar const *key; gint value; } const SPMarkerNames[] = { {"marker-mid", SP_MARKER_LOC_MID}, {"marker-end", SP_MARKER_LOC_END}, {"", SP_MARKER_LOC_QTY}, - {NULL, -1} + {nullptr, -1} }; /** |
