diff options
Diffstat (limited to 'src/fr-command.h')
-rw-r--r-- | src/fr-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command.h b/src/fr-command.h index 751b1bb..e2c0b4c 100644 --- a/src/fr-command.h +++ b/src/fr-command.h @@ -60,7 +60,7 @@ typedef enum { FR_ACTION_SAVING_REMOTE_ARCHIVE /* copying the archive to a remote location */ } FrAction; -#if MATE_ENABLE_DEBUG +#ifdef MATE_ENABLE_DEBUG const char * get_action_name (FrAction action); #endif |