ephoto: avoid building warning

SVN revision: 75563
v-1.6.0
Bruno Dilly 11 years ago
parent 1372dc64c9
commit e0c86362b2
  1. 1
      src/bin/ephoto_single_browser.c

@ -447,6 +447,7 @@ Ephoto_Orient
ephoto_file_orient_get(const char *path)
{
#ifndef HAVE_LIBEXIF
(void) path;
return EPHOTO_ORIENT_0;
#else
Ephoto_Orient orient = EPHOTO_ORIENT_0;

Loading…
Cancel
Save