diff options
Diffstat (limited to 'Tests/VSNsightTegra/jni/first.h')
-rw-r--r-- | Tests/VSNsightTegra/jni/first.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VSNsightTegra/jni/first.h b/Tests/VSNsightTegra/jni/first.h index d89348015b..9dfd8b886c 100644 --- a/Tests/VSNsightTegra/jni/first.h +++ b/Tests/VSNsightTegra/jni/first.h @@ -17,6 +17,6 @@ #ifndef FIRST_H #define FIRST_H -extern int first(int x, int y); +extern int first(int x, int y); #endif /* FIRST_H */ |