Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 139534
Collapse All | Expand All

(-)libgphoto2-2.2.1/camlibs/sonix/library.c (-1 / +1 lines)
Lines 41-47 Link Here
41
#else
41
#else
42
#  define _(String) (String)
42
#  define _(String) (String)
43
#  define N_(String) (String)
43
#  define N_(String) (String)
44
#  define ngettext(String1,String2,Count) ((Count==1)?String1:String)
44
#  define ngettext(String1,String2,Count) ((Count==1)?String1:String2)
45
#endif
45
#endif
46
46
47
#include <gphoto2-port.h>
47
#include <gphoto2-port.h>

Return to bug 139534