diff options
Diffstat (limited to 'src/action.h')
-rw-r--r-- | src/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/action.h b/src/action.h index d9b7698..825057f 100644 --- a/src/action.h +++ b/src/action.h @@ -12,7 +12,7 @@ struct action_pixcol { struct ActionPixelsColors { long int cnt; - struct actiton_pixcol *pix; + struct action_pixcol *pix; }; typedef union { |